Discuss this help topic in SecureBlackbox Forum

TElDCNode.Params

TElDCNode     See also     


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


Contains various parameters of the node.

Declaration

[C#]
    TElStringList Params;

[VB.NET]
    Property Params As TElStringList

[Pascal]
    property Params : TStringList;

[C++]
    TElStringList* get_Params();

[PHP]
    TElStringList get_Params()

[Java]
    TElStringList getParams();

Description

    This property contains node parameters.

See also:     Name    

Discuss this help topic in SecureBlackbox Forum