Skip to main content

TcxCustomDataSource.GetItemHandle(Integer) Method

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

Declaration

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