[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Ensures that a valid Handle exists for the menu item.
Source position: menus.pp line 284
public procedure TMenuItem.HandleNeeded; virtual; |
Checks the value in Handle to ensure that a handle has been allocated for the menu item. Calls CreateHandle when Handle is set to 0 (unassigned).
|
Handle for the menu item allocated in the widgetset class. |
|
|
Indicates whether a Handle has been allocated for the menu item. |
|
|
Gets the value for the Handle property. |
|
|
Creates the Handle for the menu item. |
Version 4.0 | Generated 2025-05-03 | Home |