TcxDataRecordHandle Type
In This Article
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