DesignIntf.IDesigner80.SelectComponent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SelectComponent(const ADesignObject: IDesignObject); overload;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesigner80

Description

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

See Also