DesignIntf.TDesignerSelections.GetDesignObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDesignObject(Index: Integer): IDesignObject;

C++

_di_IDesignObject __fastcall GetDesignObject(int Index);

Properties

Type Visibility Source Unit Parent
function protected
DesignIntf.pas
DesignIntf.hpp
DesignIntf TDesignerSelections

Description

Getter function for the DesignObjects property.

GetDesignObject is used internally to get the DesignObjects property.

See Also