This property sets whether the image files set in the FilePath property are sorted in ascending or descending order.
[C++Builder] thumbcontrolname->SortOrder
[ = TVIkSortOrder ]
[Delphi] thumbcontrolname.SortOrder
[ = TVIkSortOrder ]
[TVIkSortOrder Type]
Unit
IkInit
type
TVIkSortOrder = (vikSortOrderInc,
vikSortOrderDec);
Property Value
Value | Explanation |
---|---|
vikSortOrderInc | Sorted in ascending order |
vikSortOrderDec | Sorted in descending order |
Explanation
This property sets whether the image files set in the FilePath property are sorted in ascending or descending order.
Setting this value
This value can be set at design-time and run-time.
Retrieving this value
This value can be retrieved at run-time.
Differences from ImageKit7/8/9 ActiveX
The VCL constants have a "v". In ActiveX, the constants are ikSortOrderInc and ikSortOrderDec