Discuss this help topic in SecureBlackbox Forum

TElASiCDataObjectReference.Entry

TElASiCDataObjectReference     See also     


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


Returns a reference to the archive directory entry.

Declaration

[C#]
    TElZipArchiveDirectoryEntry Entry;

[VB.NET]
    Property Entry As TElZipArchiveDirectoryEntry

[Pascal]
    property Entry : TElZipArchiveDirectoryEntry;

[C++]
    not available

[PHP]
    TElZipArchiveDirectoryEntry get_Entry()
    void set_Entry(TElZipArchiveDirectoryEntry $Value)

[Java]
    TElZipArchiveDirectoryEntry getEntry();
    void setEntry(TElZipArchiveDirectoryEntry Value);

Description

Use this property to specify the archive directory entry object corresponding to the referenced document.

See also:     Hash     HashAlgorithm     HashValid    

Discuss this help topic in SecureBlackbox Forum