System.Actions.TContainedAction.SetParentComponent
Delphi
procedure SetParentComponent(AParent: TComponent); override;
C++
DYNAMIC void __fastcall SetParentComponent(System::Classes::TComponent* AParent);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
procedure function |
public | System.Actions.pas System.Actions.hpp |
System.Actions | TContainedAction |
説明
アクションが含まれるアクション リストを設定します。
SetParentComponent は、指定された AParent アクション リストを、アクションが含まれるアクション リストとして設定します。このアクション リストは ActionList プロパティに格納されます。