TcxvgOnGetContentStyleEvent Type
In This Article
#Declaration
Delphi
TcxvgOnGetContentStyleEvent = procedure(Sender: TObject; AEditProp: TcxCustomEditorRowProperties; AFocused: Boolean; ARecordIndex: Integer; var AStyle: TcxStyle) of object;
#Parameters
Name | Type |
---|---|
Sender | TObject |
AEdit |
Tcx |
AFocused | Boolean |
ARecord |
Integer |
AStyle | Tcx |
See Also