Skip to main content

TcxCustomImageList.InsertIcon(Integer,TIcon) Method

Inserts an icon to a specified position within the image list.

Declaration

procedure InsertIcon(AIndex: Integer; AIcon: TIcon);

Parameters

Name Type Description
AIndex Integer

The position within the image list.

AIcon TIcon

The source icon.

See Also