wodFtpDLX ActiveX Control - IconView Property
      
 

Description

Set visible columns inside FtpDLX control.


Property type

A VisibleColumns enumeration.  Determines which columns will be visible.


Syntax

object.Columns [= value]



The Columns Property syntax has these parts:

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

Settings

The settings for value 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!


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.