Discuss this help topic in SecureBlackbox Forum

TElDirInfo.Include

TElDirInfo     See also     


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


List of property names to be saved.

Declaration

[C#]
    TElStringList Include;

[VB.NET]
    Property Include As TElStringList

[Pascal]
    property Include : TElStringList;

[C++]
    TElStringList* get_Include();

[PHP]
    TElStringList get_Include()

[Java]
    TElStringList getInclude();

Description

    A list of the names of properties to be included when saving this directory profile.

See also:     Properties     SaveToFile     SaveToStream     GetPropertyNames    

Discuss this help topic in SecureBlackbox Forum