Discuss this help topic in SecureBlackbox Forum

TElDirInfo.AddProperty

TElDirInfo     See also     


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


Appends a new property to the list.

Declaration

[C#]
    void AddProperty(TElDirInfoProperty Prop);

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

[Pascal]
    procedure AddProperty(Prop : TElDirInfoProperty);

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

[PHP]
    void AddProperty(TElDirInfoProperty $Prop)

[Java]
    void addProperty(TElDirInfoProperty Prop);

Parameters

  • Prop - the property to be added.

Description

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

See also:     InsertProperty     Properties    

Discuss this help topic in SecureBlackbox Forum