Sort method (ImageList Control)
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: |