Vcl.Menus.TMenu.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: HMENU read GetHandle;

C++

__property HMENU Handle = {read=GetHandle, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus TMenu

Description

Provides access to the Windows menu handle for the menu.

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.

See Also