DesignIntf.TBaseComponentGuidelines.Initialize

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

Delphi

procedure Initialize(AComponent: TComponent; AContainer: TComponent); virtual; abstract;

C++

virtual void __fastcall Initialize(System::Classes::TComponent* AComponent, System::Classes::TComponent* AContainer) = 0 ;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf TBaseComponentGuidelines


説明

ガイドライン サポートが実装されているコンポーネントおよびコンポーネント コンテナを初期化します。

これは、コンポーネントおよびコンポーネント コンテナを、AComponent および AContainer パラメータで指定されている値に初期化します。

Initialize は仮想抽象メソッドで、TBaseComponentGuidelines を継承したクラス内で実装される必要があります。

関連項目