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.GetDefaultItemID(Integer) Method

Returns the unique identifier of a column at the specified position.

#Declaration

Delphi
function GetDefaultItemID(AItemIndex: Integer): Integer; virtual;

#Parameters

Name Type
AItemIndex Integer

#Returns

Type
Integer

#Remarks

The GetDefaultItemID function returns the unique identifier of a view item (a column) at the position specified by the AItemIndex parameter (its current visible position amongst the other view items). See the TcxCustomDataSource class to learn more about item indexes.

Call this function to identify a view item (a column) at a specific position.

See Also