Skip to main content

TcxCustomImageList.ReplaceIcon(Integer,TIcon) Method

Replaces a specific image within the list with a specified icon.

Declaration

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

Parameters

Name Type Description
AIndex Integer

The position within the image list.

AIcon TIcon

The source icon.

See Also