FMX.Types.TFmxObject.SetParentComponent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetParentComponent(Value: TComponent); override;

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject

説明

親コンポーネントを設定します。

FMX.Types.TFmxObject.SetParentComponent は System.Classes.TComponent.SetParentComponent を継承しています。以下の内容はすべて System.Classes.TComponent.SetParentComponent を参照しています。

親コンポーネントを設定します。

SetParentComponent は、コンポーネント ストリーミング システムで内部的に使用されます。これを直接呼び出す必要はありません。

下位クラスでこのメソッドをオーバーライドして、親を持つための適切な処理を実装します。

関連項目