RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenuItem.Handle Property

Indicates the Windows menu handle of the drop-down menu associated with the menu item.

Pascal
property Handle: HMENU;
C++
__property HMENU Handle;

Use Handle when calling a Windows API function that requires a menu handle. Handle is only valid if the Count property is greater than 0. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!