wodFtpDLX ActiveX Control - IconView Property
      
 

Description

Determines column header name.


Property type

A String value.


Syntax

object.ColumnHeader(Index) [= value]



The ColumnHeader Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodFtpDLX.
Index A VisibleColumns enumeration, as described in settings.
value A String value.

Settings

The settings for Index are:

Constant Value Description
 lvhSize 1 File/folder size is shown in details view.
 lvhOwner 2 File/folder owner/group ID is shown in details view.
 lvhPermissions 4 File/folder permissions are shown in details view.
 lvhModificationDate 8 File/folder modification time is shown in details view.
 lvhModificationTime 16 File/folder modification time is shown in details view.
 lvhAccessDate 32 File/folder access time is shown in details view.
 lvhAccessTime 64 File/folder access time is shown in details view.
 lvhModificationDateTime 128 File/folder modification date and time is shown in details view, together.
 lvhAccessDateTime 256 File/folder access date and time is shown in details view, together.
 lvhType 512 File/folder type is shown in details view.

Remarks

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.