Discuss this help topic in SecureBlackbox Forum

TElXMLDataObjectFormatList.DataObjectFormat

TElXMLDataObjectFormatList     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns the selected element from the list.

Declaration

[C#]
    TElXMLDataObjectFormat DataObjectFormat[int Index];

[VB.NET]
    Property DataObjectFormat(ByVal Index As Integer) As TElXMLDataObjectFormat

[Pascal]
    property DataObjectFormat[Index : integer] : TElXMLDataObjectFormat;

[C++]
    TElXMLDataObjectFormat* get_DataObjectFormat(int32_t Index);

[PHP]
    TElXMLDataObjectFormat get_DataObjectFormat(integer $Index)

[Java]
    TElXMLDataObjectFormat getDataObjectFormat(int Index);

Parameters

  • Index - The index of the desired element in the list. The first item has Index=0, the second has Index=1 and so on.

Description

    Use this read-only property to get the selected DataObjectFormat element from the list.

See also:     Add     Clear     Delete     Insert    

Discuss this help topic in SecureBlackbox Forum