DesignIntf.TBaseComponentGuidelines.Create

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

Delphi

constructor Create(const ADesigner: IDesigner); virtual;

C++

__fastcall virtual TBaseComponentGuidelines(const _di_IDesigner ADesigner);

プロパティ

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


説明

TBaseComponentGuidelines のインスタンスを作成します。

TBaseComponentGuidelines 型の新しいインスタンスを作成し、関連付けられているフォーム デザイナを、ADesigner パラメータの値に設定します。

ガイドライン サポートが提供されているコンポーネントおよびコンポーネント コンテナを初期化するためには、Initialize を使用します。

関連項目