JVCL Help:TJvDBGrid.OnGetCellParams
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDBGrid.OnGetCellParams 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
TGetCellParamsEvent = procedure (Sender: TObject; Field: TField; AFont: TFont; var Background: TColor; Highlight: Boolean) ofobject;
propertyOnGetCellParams: TGetCellParamsEvent;
Parameters
Parameters | Description |
Background | The cell's background color. |
Highlight | Specifies whether the cell should be highlighted or not. |
AFont | The cell's font. |
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 OnGetCellProps 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