DesignIntf.TDesignerSelections.Copy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Copy(const Selections: IDesignerSelections);

Properties

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

Description

Creates an instance of TDesignerSelections that is a copy of another list.

Call Copy to create a TDesignerSelections object that represents the same list of selected objects as those in the Selections parameter.

See Also