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