JVCL Help:TJvTFDays.CalcGroupColHdrsHeight
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFDays.CalcGroupColHdrsHeight Method
[+] TJvTFDays Events
[+] TJvTFDays Fields
[+] TJvTFDays Methods
[+] TJvTFDays Properties
Search in JVCL Help
Search in all projectsSummary
Returns the height of the headers.
Pascal
functionCalcGroupColHdrsHeight: Integer;
Description
This method returns the calculated sum of the heights of the group header and column header, which may or may not be equal to the sum of the GroupHdrHeight and ColHdrHeight properties.
If Grouping <> grNone, CalcGroupHdrHeight will return the sum of the GroupHdrHeight and ColHdrHeight properties. If Grouping = grNone, CalcGroupHdrHeight will return the value of the ColHdrHeight property only.
Examples
[[JVCL_Help:TJvTFDays.GroupHdrHeight|GroupHdrHeight]] = 25<br/> [[JVCL_Help:TJvTFDays.ColHdrHeight|ColHdrHeight]] = 30<br/> [[JVCL_Help:TJvTFDays.Grouping|Grouping]] = grName<br/> CalcGroupColHdrsHeight returns 55<br/> <br/> [[JVCL_Help:TJvTFDays.GroupHdrHeight|GroupHdrHeight]] = 25<br/> [[JVCL_Help:TJvTFDays.ColHdrHeight|ColHdrHeight]] = 30<br/> [[JVCL_Help:TJvTFDays.Grouping|Grouping]] = grNone<br/> [[JVCL_Help:TJvTFDays.CalcGroupHdrHeight|CalcGroupHdrHeight]] returns 30
See Also
TJvTFDays.CalcGroupHdrHeight, TJvTFDays.ColHdrHeight, TJvTFDays.GroupHdrHeight, TJvTFDays.Grouping
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