Back to Devexpress

TcxDataRecordHandle Type

vcl-cxcustomdata-31abf2a2.md

latest665 B
Original Source

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

cxCustomData Unit