JVCL Help:TJvTFDays.CalcGroupHdrHeight

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

Search in JVCL Help

 
Search in all projects
 

Summary

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