JVCL Help:TJvErrorControl.CalcBoundsRect

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

Search in JVCL Help

 
Search in all projects
 

Summary

Calculates the size and location of the control.


Pascal

 functionCalcBoundsRect: TRect;


Return Value

A TRect that defines the size and location where the control should be located. Note that this does not imply that the returned location is where the control is actually located. The returned values are in client coordinates and is directly assignment compatible with the BoundsRect property.


Description

CalcBoundsRect calculates the suggested size and location of the control. The calculation is based on the size and location of the associated Control, the size of the image used for the error icon as well as the value of the ImageAligment property.


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