Description
-
Sorts items in specific order.
Property type
-
A SortItemsEnum
enumeration.
Syntax
-
object.SortItems [= value]
The SortItems Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodFtpDLX. |
| value |
A SortItemsEnum
enumeration, as described in settings. |
Settings
-
The settings for value are:
 |
sortName |
0 |
Sort by name. |
 |
sortType |
1 |
Sort by type. |
 |
sortSize |
2 |
Sort by size. |
 |
sortDate |
3 |
Sort by date. |
 |
sortNone |
4 |
No sort. |
Remarks
-
Available only in ActiveX (GUI) version!
This property will force wodFtpDLX to sort items in
it's window using selected sort type. By default, it
will not sort items at all. If you want to list items in
specific order, select appropriate value from SortItemsEnum
enumeration.
|