DesignIntf.IDesignerSelections.DesignObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesignerSelections

Description

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

See Also