DesignIntf.IDesigner80.SelectComponent

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SelectComponent(const ADesignObject: IDesignObject); overload;

C++

HIDESBASE virtual void __fastcall SelectComponent(const _di_IDesignObject ADesignObject) = 0 /* overload */;

Description

Selects the component designated by ADesignObject. Use SelectComponent to select the specified component owned by the Root object.

See Also