TdxBadges.FindItemByID(Integer) Method
Searches a badge UI adorner by its unique component identifier.
Declaration
function FindItemByID(ID: Integer): TdxBadge;
Parameters
| Name | Type |
|---|---|
| ID | Integer |
Returns
| Type |
|---|
| TdxBadge |
Remarks
This function returns a badge whose ID property value is passed as the ID parameter. The FindItemByID function returns nil if there is no badge with the specified identifier within the collection.
See Also