RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenu.Handle Property

Provides access to the Windows menu handle for the menu.

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

Use Handle to call a Windows API function that requires a menu handle. Handle is the handle for the menu that contains only the items described by the Items property. If no other menus have been merged with this menu, this is the same as the WindowHandle property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!