DesignIntf.IDesigner80.SelectComponent
[–] 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.