DesignIntf.TDesignerSelections.Create

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

Delphi

constructor Create; virtual;

C++

__fastcall virtual TDesignerSelections();
__fastcall TDesignerSelections(const _di_IDesignerSelections Selections);

プロパティ

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

説明

Create メソッドは TDesignerSelections のインスタンスを作成します。

Create を呼び出すと,空のコンポーネントリストを作成します。リストを作成したら,Add メソッドを IDesignerSelections インターフェース経由で使用すると,オブジェクトをリストに追加できます。

関連項目