This property sets how the files will be sorted when the Sort property is set to vikSortDate

[C++Builder]   thumbcontrolname->SortDate [ = TVIkSortDate ]
[Delphi]   thumbcontrolname.SortDate [ = TVIkSortDate ]

[TVIkSortDate Type]

Unit
     IkInit

type
     TVIkSortDate = (vikSortDateCreationTime, vikSortDateLastWriteTime, vikSortDateLastAccessTime);

Property Value

Value Explanation
vikSortDateCreationTime The datetime that the file was created
vikSortDateLastWriteTime The datetime that the file was last modified
vikSortDateLastAccessTime The datetime that the file was last accessed

Explanation

This property sets how the files will be sorted when the Sort property is set to vikSortDate

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/10 ActiveX

The VCL constants have a "v". In ActiveX, the constants are ikSortDateCreationTime, ikSortDateLastWriteTime, ikSortDateLastAccessTime

 

The ImageKit10 VCL is a product created by Newtone Corporation