[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the parent component for the class instance.
Source position: actnlist.pas line 42
protected procedure TContainedAction.SetParentComponent( |
AParent: TComponent |
); override; |
AParent |
|
Value assigned to the parent component for the class. |
SetParentComponent is an overridden method used to set the property in the class instance which contains the parent component. It re-implements the method from the ancestor class.
In TContainedAction, it sets the ActionList property to the value in AParent when AParent is derived from TCustomActionList.
|
TCustomActionList - the ancestor class for TActionList. |
|
Version 4.0 | Generated 2025-05-03 | Home |