JVCL Help:TJvDBGrid.OnGetCellProps
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDBGrid.OnGetCellProps Event
[+] TJvDBGrid Events
[+] TJvDBGrid Fields
[+] TJvDBGrid Methods
[+] TJvDBGrid Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when the grid needs additional information about the current cell.
Pascal
TGetCellPropsEvent = procedure (Sender: TObject; Field: TField; AFont: TFont; var Background: TColor) ofobject;
propertyOnGetCellProps: TGetCellPropsEvent;
Parameters
Parameters | Description |
AFont | The cell's font. |
Background | The cell's background color. |
Sender | The grid that triggered the event. |
Field | The field of the cell. |
Description
Write a handler for this event to provide additional information about the current cell. This event differs from OnGetCellParams only in the Highlight parameter.
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page