DesignIntf.TDesignerSelections.Copy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source: DesignIntf.pas
Unit: DesignIntf
Parent: TDesignerSelections

Delphi

constructor Copy(const Selections: IDesignerSelections);

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