DesignIntf.TDesignerSelections.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; virtual;

C++

__fastcall virtual TDesignerSelections(void);
__fastcall TDesignerSelections(const _di_IDesignerSelections Selections);

Properties

Type Visibility Source Unit Parent
constructor public
DesignIntf.pas
DesignIntf.hpp
DesignIntf TDesignerSelections

Description

Creates an instance of TDesignerSelections.

Call Create to create an empty component list. After creating the list, use the Add method (via the IDesignerSelections interface) to add objects to the list.

See Also