JVCL Help:TJvTFDays.CalcGroupHdrHeight
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFDays.CalcGroupHdrHeight Method
[+] TJvTFDays Events
[+] TJvTFDays Fields
[+] TJvTFDays Methods
[+] TJvTFDays Properties
Search in JVCL Help
Search in all projectsSummary
The summary for this help topic does not exist, edit this page
Pascal
functionCalcGroupHdrHeight: Integer;
Description
This method returns the calculated height of the group header, which may or may not be equal to the GroupHdrHeight property. If Grouping <> grNone, CalcGroupHdrHeight will return the value of the GroupHdrHeight property. If Grouping = grNone, CalcGroupHdrHeight will return 0.
Returns the height of the headers.GroupHdrHeight = 25
Grouping = grName
CalcGroupHdrHeight returns 25
GroupHdrHeight = 25
Grouping = grNone
CalcGroupHdrHeight returns 0
See Also
TJvTFDays.CalcGroupColHdrsHeight, 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