RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesigner60.SelectComponent Method

Replaces the current set of selected components by a single specified object.

Pascal
procedure SelectComponent(Instance: TPersistent); overload;
C++
__fastcall SelectComponent(TPersistent * Instance);

Call SelectComponent to select a single persistent object in the designer. Any previous set of selected components is deselected. To select a set of objects, use the SetSelections method instead. 

 

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