Insert method (ImageList Control)
Builder Syntax |
int __fastcall Insert(LEADTyp::TBitmapHandle Bitmap, System::AnsiString sText, int Data); |
Delphi Syntax |
Function Insert(Bitmap : TBitmapHandle; sText: String; Data: Integer): Integer; |
Overview |
Refer to Using the ImageList Control. |
Remarks
Inserts a new item into the ImageList Control. Insertion occurs at the end of the list.
See Also
Elements: |
Item property, InsertAt method, Remove method, Count property, Sort method, InsertFromBitmapList method, LoadFromFile method, SaveToFile method |
Topics: |