[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the parent component for the class instance.
Source position: actnlist.pas line 46
public function TContainedAction.GetParentComponent: TComponent; override; |
Parent component for the class instance, or Nil when not assigned.
GetParentComponent is an overridden method used to get the property in the class instance which is the parent component for the class instance. It re-implements the method from the ancestor class.
In TContainedAction, it gets the value in the ActionList property (when assigned) or calls the inherited method.
|
The ActionList where the action is stored, and its parent component. |
|
|
TCustomActionList - the ancestor class for TActionList. |
|
Version 4.0 | Generated 2025-05-03 | Home |