System.Classes.TComponent.SetParentComponent

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

Delphi

procedure SetParentComponent(Value: TComponent); dynamic;

C++

DYNAMIC void __fastcall SetParentComponent(TComponent* Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Classes.pas
System.Classes.hpp
System.Classes TComponent

説明

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

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

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

関連項目