TcxImageCollectionItems.FindItemByID(Integer) Method
Returns the TcxImageCollectionItem instance by its unique identifier.
Declaration
function FindItemByID(ID: Integer): TcxImageCollectionItem;
Parameters
| Name | Type |
|---|---|
| ID | Integer |
Returns
| Type |
|---|
| TcxImageCollectionItem |
Remarks
The FindItemByID method returns nil, if the ID doesn’t match the corresponding identifier in the collection.
See Also