Direction Property (Read/Write) |
Top Previous Next |
This property is used in conjunction with the Run method to indicate the transfer direction of the File Transfer. A 0 value indicates a send direction (from LocalFileName file name to HostFileName file name). A 1 value indicates a receive direction (from HostFileName file name to LocalFileName file name).
Visual Basic Syntax
TNBXIndFile.Direction [= Integer]
Delphi Syntax
TNBXIndFile.Direction; [:= Integer]
See also Run method.
|