TcxCustomDataSource.GetItemHandle(Integer) Method
In This Article
Returns the item handle for a column at a specified position.
#Declaration
Delphi
function GetItemHandle(AItemIndex: Integer): TcxDataItemHandle; virtual;
#Parameters
Name | Type |
---|---|
AItem |
Integer |
#Returns
Type |
---|
Tcx |
#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