JVCL Help:TJvCustomItemViewer.GetTextHeight

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

Search in JVCL Help

 
Search in all projects
 

Summary

Returns the height of text in the control.


Pascal

 functionGetTextHeight: Integer; virtual;


Return Value

The single line height of a text string using the current Font.


Description

Override GetTextHeight to return the text height of an item in the control. The base implementation calculates the height of the text as a single line string.


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