DesignIntf.IDesignerSelections

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

Delphi

IDesignerSelections = interface

C++

__interface  INTERFACE_UUID("{7ED7BF30-E349-11D3-AB4A-00C04FB17A72}") IDesignerSelections  : public System::IInterface

プロパティ

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


説明

IDesignerSelections は、永続化オブジェクトのリストを表します。

フォーム デザイナは、IDesignerSelections を使用して、選択されているこれらのオブジェクトのリストを取得または設定します。

IDesignerSelections は、次の処理を行うためのプロパティおよびメソッドを提供します:

  • リストへのオブジェクトの追加。
  • 2 つのオブジェクト リストの比較。
  • リスト内の各オブジェクトへのアクセス。

メモ: IDesignerSelections を使用する C++ メソッド宣言では、代わりに _di_IDesignerSelections 型を使用してください。 これはは、IDesignerSelections インターフェイスをラッピングする DelphiInterface ラッパーです:

 typedef System::DelphiInterface< IDesignerSelections > _di_IDesignerSelections;


関連項目