JVCL Help:TMeasureMenuItemEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TMeasureMenuItemEvent type
[+] JvMenus.pas Types
Search in JVCL Help
Search in all projectsSummary
This is the type of the OnMeasureItem event
Pascal
run\JvMenus.pas
TMeasureMenuItemEvent = procedure (Sender: TMenu; Item: TMenuItem; var Width, Height: Integer) ofobject;
Parameters
Parameters | Description |
Sender | The menu containing the item |
Item | The item to measure |
Width | On output, must contain the width of the item |
Height | On output, must contain the height of the item |
Description
This event is triggered when an item needs measuring
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