Discuss this help topic in SecureBlackbox Forum

TElDCBatchMessage.Messages

TElDCBatchMessage     See also     


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


Contains base messages.

Declaration

[C#]
    TElDCBaseMessage Messages[int Index];

[VB.NET]
    Property Messages(ByVal Index As Integer) As TElDCBaseMessage

[Pascal]
    property Messages[Index : integer] : TElDCBaseMessage;

[C++]
    TElDCBaseMessage* get_Messages(int32_t Index);

[PHP]
    TElDCBaseMessage get_Messages(integer $Index)

[Java]
    not available

Parameters

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

Description

    This property is used to access individual elements of the list of base messages.

See also:     Count     Add     Clear     Remove    

Discuss this help topic in SecureBlackbox Forum