TcxGridGetDisplayTextEvent Type
In This Article
#Declaration
Delphi
TcxGridGetDisplayTextEvent = procedure(Sender: TcxCustomGridTableItem; ARecord: TcxCustomGridRecord; var AText: string) of object;
#Parameters
Name | Type |
---|---|
Sender | Tcx |
ARecord | Tcx |
AText | string |
See Also