Back to product page

ColumnHeader property


Determines column header name.

Type

A String value

Syntax

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

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!

This properly should be used when you want to change header name of some column. You can choice which column/columns you want to display inside wodFtpDLX GUI using Columns Property.

Platforms

Windows