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

TcxDataRecordHandle Type

A record handle.

#Declaration

Delphi
TcxDataRecordHandle = Pointer;

#Referenced Class

Type
Pointer

#Remarks

A record handle uniquely identifies a record in the custom data source provided by a TcxCustomDataSource instance. A record handle can be an integer value or a pointer to the object from which to return data. See the TcxCustomDataSource class to obtain detailed information on record handles.

See Also