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