DesignIntf.TBaseComponentEditor.Create

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

Delphi

constructor Create(AComponent: TComponent; ADesigner: IDesigner); virtual;

C++

__fastcall virtual TBaseComponentEditor(System::Classes::TComponent* AComponent, _di_IDesigner ADesigner);

プロパティ

種類 可視性 ソース ユニット
constructor public
DesignIntf.pas
DesignIntf.hpp
DesignIntf TBaseComponentEditor

説明

Create は,新しい TBaseComponentEditor オブジェクトを作成します。

コンポーネントエディタのインスタンスは作成しないでください。登録されたコンポーネントエディタは,フォームデザイナで選択されたオブジェクトに対して自動的に作成されます。

AComponent パラメータは,エディタが作成されるコンポーネントのインスタンスです。

ADesigner パラメータは,フォームデザイナと対話するためにコンポーネントエディタが使用するインターフェースです。