JVCL Help:TJvCustomInspector.CalcItemRect

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines the displaying rectangle for the given item.


Pascal

 functionCalcItemRect(constItem: TJvCustomInspectorItem): TRect; virtual;


Parameters

Parameters Description
const Item: TJvCustomInspectorItem Description for this parameter


Description

CalcItemRect determines the displaying rectangle of the given item. Since this value is stored in the item itself, CalcItemRect can be replaced with: ItemRect := Item.Rects[iprItem];


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