System.Actions.TContainedAction.SetParentComponent
Delphi
procedure SetParentComponent(AParent: TComponent); override;
C++
DYNAMIC void __fastcall SetParentComponent(System::Classes::TComponent* AParent);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| procedure function | public | System.Actions.pas System.Actions.hpp | System.Actions | TContainedAction | 
Beschreibung
Setzt die Aktionsliste, die die Aktion enthält.
SetParentComponent setzt die in AParent angegebene Aktionsliste als Aktionsliste, die die Aktion enthält. Diese Aktionsliste ist in der Eigenschaft ActionList gespeichert.