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.IsRecordIdSupported Method

Indicates whether the record identifiers are supported.

#Declaration

Delphi
function IsRecordIdSupported: Boolean; virtual;

#Returns

Type
Boolean

#Remarks

Call this function to determine whether the record identifiers are supported by the current data source. These identifiers, unlike the record handles and indexes, are not changed when the number and order of records within the data set changes (see the TcxCustomDataSource class description for information on record indexes and record handles).

Call the GetRecordId method to obtain the record’s identifier via the record handle.

See Also