Vcl.Menus.TMenuHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TMenuHandle = Cardinal;

C++

typedef HMENU TMenuHandle;

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus Vcl.Menus

Description

Defines the handle to a TMenu object.

TMenuHandle is the type of the handle of a TMenu object.

See Also