Vcl.Menus.TMenuItem.HandleAllocated
Delphi
function HandleAllocated: Boolean;
C++
bool __fastcall HandleAllocated();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Vcl.Menus.pas Vcl.Menus.hpp |
Vcl.Menus | TMenuItem |
Description
HandleAllocated indicates whether a menu handle exists for the menu item.
HandleAllocated is defined as a boolean method to determine if a handle exists for the menu item. It returns true when the menu item is created and a handle is available, and false otherwise.