RAD Studio VCL Reference
|
TDesignerSelections maintains a list of persistent objects.
TDesignerSelections = class(TInterfacedObject, IDesignerSelections);
class TDesignerSelections : public TInterfacedObject, public IDesignerSelections;
The form designer and its property editors and component editors use TDesignerSelections to manage lists of persistent objects in the IDE. For example, the form designer uses a TDesignerSelections to represent the set of components currently selected in the form designer.
TDesignerSelections implements the IDesignerSelections interface. TDesignerSelections introduces properties and methods to
Add objects to the list.
Compare two lists of objects.
Access individual objects in the list.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|