[Overview][Types][Classes][Index] Reference for unit 'ImgList' (#lcl)

TCustomImageList.InsertIcon

Insert an Icon into the list.

Declaration

Source position: imglist.pp line 201

public procedure TCustomImageList.InsertIcon(

  AIndex: Integer;

  AIcon: TCustomIcon

);

Arguments

AIndex

  

insertion point

AIcon

  

The Icon to insert.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.