TcxCustomImageList.GetImage(Integer,TdxSmartImage) Method
In This Article
Returns the specified image within the list.
#Declaration
Delphi
procedure GetImage(AIndex: Integer; AImage: TdxSmartImage); overload;
#Parameters
Name | Type | Description |
---|---|---|
AIndex | Integer | An index of the required image. |
AImage | Tdx |
A destination image container. |
#Remarks
Note
A Get
See Also