[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions needed after the component is loaded using LCL streaming.
Source position: menus.pp line 235
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 - the default action associated with this Menu Item. |
|
|
Changes the action for the menu item using the value specified in Sender. |
|
TComponent |