DesignIntf.IDesignerSelections.GetDesignObject
Delphi
function GetDesignObject(Index: Integer): IDesignObject;
C++
virtual _di_IDesignObject __fastcall GetDesignObject(int Index) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | IDesignerSelections |
Description
Getter function for the DesignObjects property.
GetDesignObject is used internally to get the DesignObjects property.