DesignIntf.IDesignerSelections.GetDesignObject

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

Delphi

function GetDesignObject(Index: Integer): IDesignObject;

C++

virtual _di_IDesignObject __fastcall GetDesignObject(int Index) = 0 ;

プロパティ

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


説明

DesignObjects プロパティの取得関数です。

GetDesignObject は、DesignObjects プロパティを取得するために内部的に使用されます。

関連項目