DesignIntf.IDesigner60.SelectComponent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IDesigner60

Delphi

procedure SelectComponent(Instance: TPersistent); overload;

C++

virtual void __fastcall SelectComponent(System::Classes::TPersistent* Instance) = 0 /* overload */;

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.

See Also