Performs actions needed after the component is loaded using LCL streaming.
Source position: menus.pp line 241
protected procedure TMenuItem.Loaded; override; |
Loaded is overridden in TMenuItem, and calls the inherited method on entry. It calls the ActionChange method if Action has been assigned for the class instance.
|
Action is the default action associated with the menu item. |
|
|
Changes the action for the menu item using the value specified in Sender. |
|
| Version 4.4 | Generated 2025-11-08 | Home |