RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDesignerSelections.Copy Constructor

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

Pascal
constructor Copy(const Selections: IDesignerSelections);
C++
__fastcall TDesignerSelections(const IDesignerSelections Selections);

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!