DesignIntf.IDesignerSelections.DesignObjects

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IDesignerSelections

Delphi

property DesignObjects[Index: Integer]: IDesignObject read GetDesignObject;

C++

__property _di_IDesignObject DesignObjects[int Index] = {read=GetDesignObject};

Description

Returns the design object specified by Index from the list of selected objects on the form designer.

See Also