JVCL Help:TMeasureMenuItemEvent

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

Search in JVCL Help

 
Search in all projects
 

Summary

This is the type of the OnMeasureItem event

run\JvMenus.pas


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

run\JvMenus.pas


Description

This event is triggered when an item needs measuring

run\JvMenus.pas


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