Vcl.Menus.TPopupMenu.HandleAllocated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HandleAllocated: Boolean;

C++

bool __fastcall HandleAllocated();

Properties

Type Visibility Source Unit Parent
function public
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus TPopupMenu

Description

HandleAllocated indicates whether a menu handle exists for the popup menu.

HandleAllocated is defined as a boolean method to determine if a handle exists for the popup menu. It returns true when the popup menu is created and a handle is available, and false otherwise.