RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesignerSelections Interface

IDesignerSelections represents a list of persistent objects.

Pascal
IDesignerSelections = interface;
C++
__interface IDesignerSelections;

The form designer uses IDesignerSelections to get or set a list of those objects that are selected. 

IDesignerSelections provides properties and methods to  

Add objects to the list. 

Compare two lists of objects. 

Access individual objects in the list.

Note: C++ method declarations that use IDesignerSelections use the _di_IDesignerSelections type instead. This is a DelphiInterface wrapper around the IDesignerSelections interface:

typedef System::DelphiInterfaceDelphiInterface_object< IDesignerSelections > _di_IDesignerSelections;

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!