Sort method (ImageList Control)

C++ Builder example

Delphi example

 

Builder Syntax

int __fastcall Sort(bool bAscending);

Delphi Syntax

Function Sort(bAscending: Boolean): Integer;

Overview

Refer to Using the ImageList Control.

Remarks

Sorts the items in the ImageList Control based on their Text attribute.

See Also

Elements:

Item property, Insert method, InsertAt method, Count property, Remove method, InsertFromBitmapList method, LoadFromFile method, SaveToFile method

Topics:

Raster Images: Displaying Images