Back to Devexpress

TcxCustomDataSource.GetItemHandle(Integer) Method

vcl-cxcustomdata-dot-tcxcustomdatasource-dot-getitemhandle-x28-system-dot-integer-x29.md

latest1.5 KB
Original Source

TcxCustomDataSource.GetItemHandle(Integer) Method

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

Declaration

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

Parameters

NameType
AItemIndexInteger

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

TcxCustomDataSource.GetDisplayText

TcxCustomDataSource.GetInfoForCompare

TcxCustomDataSource.GetValue

TcxCustomDataSource Class

TcxCustomDataSource Members

cxCustomData Unit