DesignIntf.IDesigner60.SelectComponent
Delphi
procedure SelectComponent(Instance: TPersistent); overload;
C++
virtual void __fastcall SelectComponent(System::Classes::TPersistent* Instance) = 0 /* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | IDesigner60 |
Description
Replaces the current set of selected components by a single specified object.
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.