| ImageEn, unit iexColorPalette |
|
TIESortOrder
TIESortOrder
Declaration
TIESortOrder = (iesoAscending, iesoDescending);
Description
Specifies the sort direction used when
SortMethod is enabled.
Example
IEColorPalette1.SortMethod := iesmRed;
IEColorPalette1.SortOrder := iesoDescending;
See Also
◼SortMethod
◼SortOrder