Back to product page

Columns property


Set visible columns inside FtpDLX control.

Type

A VisibleColumns enumeration. Determines which columns will be visible.

Syntax

  • Basic
object.Columns [= value]
The Columns(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodFtpDLX.
valueA VisibleColumns enumeration, as described in settings.

Remarks

Settings

The settings for Index are:

Constant Value Description
lvhSize1 File/folder size is shown in details view.
lvhOwner 2 File/folder owner/group ID is shown in details view.
lvhPermissions4 File/folder permissions are shown in details view.
lvhModificationDate 8 File/folder modification time is shown in details view.
lvhModificationTime16 File/folder modification time is shown in details view.
lvhAccessDate 32 File/folder access time is shown in details view.
lvhAccessTime64 File/folder access time is shown in details view.
lvhModificationDateTime 128 File/folder modification date and time is shown in details view, together.
lvhAccessDateTime256 File/folder access date and time is shown in details view, together.
lvhType 512 File/folder type is shown in details view.


Available only in ActiveX (GUI) version!

Using Columns Property you can choice which column/columns you want to show inside wodFtpDLX window.

In order to display multiple columns, you can sum VisibleColumns values inside this property. By default Size, Owner and Permissions columns will be displayed inside window. Columns will be visible only when IconView Property is set to Details view. View type can be also changed inside wodFtpDLX window using right mouse button and View menu.

If you like to change column header name, you can do that using ColumnHeader property.

Platforms

Windows