System.Actions.TContainedAction.SetParentComponent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetParentComponent(AParent: TComponent); override;

C++

DYNAMIC void __fastcall SetParentComponent(System::Classes::TComponent* AParent);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction

Description

Sets the action list containing the action.

SetParentComponent sets the specified AParent action list as the action list containing the action. This action list is stored in the ActionList property.

See Also