JVCL Help:TJvDBGrid.OnGetBtnParams

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when the grid needs additional information for the current header button.


Pascal

 TGetBtnParamsEvent = procedure (Sender: TObject; Field: TField; AFont: TFont; var Background: TColor; var ASortMarker: TSortMarker; IsDown: Boolean) ofobject;
propertyOnGetBtnParams: TGetBtnParamsEvent;


Parameters

Parameters Description
Background The cell's background color.
ASortMarker The sort marker to display.
IsDown Indicates whether the button is down or not.
Sender The grid that triggered the event.
Field The field of the cell.
AFont The cell's font.


Description

Write a handler for this event to modify the appearance of the title buttons.


See Also

TJvDBGrid.OnGetCellParams, TJvDBGrid.OnGetCellProps


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