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

TcxCustomDataSource.GetItemHandle(Integer) Method

Returns the item handle for a column at a specified position.

#Declaration

Delphi
function GetItemHandle(AItemIndex: Integer): TcxDataItemHandle; virtual;

#Parameters

Name Type
AItemIndex Integer

#Returns

Type
TcxDataItemHandle

#Remarks

The GetItemHandle method returns the item handle for a specific item index. See the TcxCustomDataSource class to learn more about item indexes and handles.

This method is always called whenever it is necessary to determine an item handle in order to pass to other methods of the TcxCustomDataSource class.

See Also