Discuss this help topic in SecureBlackbox Forum

TElDirInfoPropertiesList.Add

TElDirInfoPropertiesList     See also     


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


Appends a new item to the list.

Declaration

[C#]
    void Add(TElDirInfoProperty Prop);

[VB.NET]
    Sub Add(ByVal Prop As TElDirInfoProperty)

[Pascal]
    procedure Add(Prop : TElDirInfoProperty);

[C++]
    void Add(TElDirInfoProperty &Prop);
    void Add(TElDirInfoProperty *Prop);

[PHP]
    void Add(TElDirInfoProperty $Prop)

[Java]
    void add(TElDirInfoProperty Prop);

Parameters

  • Prop - the property to be added to the list.

Description

    Use this method to append a new property to the list.

See also:     Insert     SubProperties    

Discuss this help topic in SecureBlackbox Forum