DesignIntf.TDesignerSelections.Copy
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.