Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxComponentCollection.FindItemByID(Integer) Method

Returns a reference to a collection element, by its unique identifier.

#Declaration

Delphi
function FindItemByID(ID: Integer): TcxComponentCollectionItem;

#Parameters

Name Type
ID Integer

#Returns

Type
TcxComponentCollectionItem

#Remarks

The FindItemID method returns a value of nil, if there are no elements with ids that match the specified id.

The zero-based ID parameter specifies the unique identifier of the required element.

See Also