DesignIntf.TDesignerSelections.GetDesignObject

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: TDesignerSelections

Delphi

function GetDesignObject(Index: Integer): IDesignObject;

C++

_di_IDesignObject __fastcall GetDesignObject(int Index);

Description

Getter function for the DesignObjects property.

GetDesignObject is used internally to get the DesignObjects property.

See Also