Discuss this help topic in SecureBlackbox Forum

TElCompoundFileCustomEntry.Parent

TElCompoundFileCustomEntry     See also     


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


Specifies the parent entry.

Declaration

[C#]
    TElCompoundFileStorageEntry Parent;

[VB.NET]
    Property Parent As TElCompoundFileStorageEntry

[Pascal]
    property Parent : TElCompoundFileStorageEntry;

[C++]
    TElCompoundFileStorageEntry* get_Parent();

[PHP]
    TElCompoundFileStorageEntry get_Parent()

[Java]
    TElCompoundFileStorageEntry getParent();

Description

    Use this read-only property to get the compound file storage entry which is parent to the current one.

See also:     Storage    

Discuss this help topic in SecureBlackbox Forum