Discuss this help topic in SecureBlackbox Forum

TElVFSEntryInformation.Assign

TElVFSEntryInformation     


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


Copies information from another instance of TElVFSEntryInformation.

Declaration

[C#]
    void Assign(TElVFSEntryInformation Source);

[VB.NET]
    Sub Assign(ByVal Source As TElVFSEntryInformation)

[Pascal]
    procedure Assign(Source : TElVFSEntryInformation);

[C++]
    void Assign(TElVFSEntryInformation &Source);
    void Assign(TElVFSEntryInformation *Source);

[PHP]
    void Assign(TElVFSEntryInformation $Source)

[Java]
    void assign(TElVFSEntryInformation Source);

Parameters

  • Source - the source which data should be copied.

Description

    Use this method to copy all VFS entry information from another instance of TElVFSEntryInformation.

Discuss this help topic in SecureBlackbox Forum