SortExt method (ImageList Control)

C++ Builder example

Delphi example

 

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

Elements:

Sort method, ImportBitmapList method, ExportBitmapList method, Item property, InsertAt method, Remove method, Count property, InsertFromBitmapList method, LoadFromFile method, SaveToFile method.

Topics:

Raster Images: Displaying Images