API:DesignEditors.TComponentGuidelines.Initialize

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

Delphi

procedure Initialize(AComponent: TComponent; AContainer: TComponent); override;

C++

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

プロパティ

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

説明

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

DesignEditors.TComponentGuidelines.Initialize は DesignIntf.TBaseComponentGuidelines.Initialize を継承しています。以下の内容はすべて DesignIntf.TBaseComponentGuidelines.Initialize を参照しています。

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

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

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

関連項目