JVCL Help:TJvCustomInspector.CalcItemRect
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspector.CalcItemRect Method
[+] TJvCustomInspector Events
[+] TJvCustomInspector Methods
[+] TJvCustomInspector Properties
Search in JVCL Help
Search in all projectsSummary
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