TcxGridGetDragDropTextEvent Type
Declaration
TcxGridGetDragDropTextEvent = procedure(Sender: TcxCustomGridTableView; ARecord: TcxCustomGridRecord; AItem: TcxCustomGridTableItem; var AText: string) of object;
Parameters
Name | Type |
---|---|
Sender | TcxCustomGridTableView |
ARecord | TcxCustomGridRecord |
AItem | TcxCustomGridTableItem |
AText | string |
See Also