[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Removes the specified list of actions from the internal list.
Source position: forms.pp line 675
protected procedure TCustomForm.DoRemoveActionList( |
List: TCustomActionList |
); |
List |
|
TCustomActionList instance removed in the method. |
Calls the Remove method in the TList member to delete the TCustomActionList specified in List.
DoRemoveActionList is called from the Notification method when a TCustomActionList instance is removed from the form.
|
Adds the specified list of actions to the ActionList for the form. |
|
|
Handles the notification when a component is added to or removed from the form. |
|
|
TCustomActionList - the ancestor class for TActionList. |
Version 4.0 | Generated 2025-05-03 | Home |