SortExt method (ImageList Control)
Builder Syntax |
int SortExt(L_BOOL bAscending, L_BOOL bCaseSensitive, L_BOOL bUseExtText, unsigned uFlags); |
Delphi Syntax |
Function SortExt(bAscending: L_BOOL; bCaseSensitive: L_BOOL; bUseExtText: L_BOOL; uFlags: L_UINT32): L_INT; |
Overview |
Refer to Using the ImageList Control. |
Remarks
Sorts the items in the ImageList Control according to the passed options.
See Also