|
RAD Studio VCL Reference
|
Fills a list with all selected components on the current root object.
procedure GetSelections(const List: IDesignerSelections);
__fastcall GetSelections(const IDesignerSelections List);
Use GetSelections to access every component currently selected on the root object returned by the GetRoot method.
Pass a component (such as TDesignerSelectionList) that supports the IDesignerSelections interface as the List parameter. GetSelections fills this component with references to the selected objects.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|