DesignIntf.TBasePropertyEditor.Create

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

Delphi

constructor Create(const ADesigner: IDesigner; APropCount: Integer); virtual;

C++

__fastcall virtual TBasePropertyEditor(const _di_IDesigner ADesigner, int APropCount);

プロパティ

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

説明

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

アプリケーションで直接プロパティエディタのインスタンスを作成しないでください。登録済みのプロパティエディタは,フォームデザイナで選択されたオブジェクト用に自動的に作成されます。

ADesigner は,プロパティエディタがフォームデザイナとの対話に使用するインターフェースです。

APropCount は,プロパティエディタを使った編集の対象となるプロパティを持つコンポーネントの数を示します。

関連項目