Discuss this help topic in SecureBlackbox Forum

TElCompoundFileStorage.RootEntry

TElCompoundFileStorage     See also     


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


Specifies the root entry.

Declaration

[C#]
    TElCompoundFileStorageEntry RootEntry;

[VB.NET]
    Property RootEntry As TElCompoundFileStorageEntry

[Pascal]
    property RootEntry : TElCompoundFileStorageEntry;

[C++]
    TElCompoundFileStorageEntry* get_RootEntry();

[PHP]
    TElCompoundFileStorageEntry get_RootEntry()

[Java]
    TElCompoundFileStorageEntry getRootEntry();

Description

    Use this read-only property to get the root entry of the compound file.

See also:     Open    

Discuss this help topic in SecureBlackbox Forum