DesignIntf.IDesigner60.MakeComponentLinkable

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 MakeComponentLinkable(Component: TComponent);

C++

virtual void __fastcall MakeComponentLinkable(System::Classes::TComponent* Component) = 0 ;

Description

Makes the unit for a component usable by the root unit.

Call MakeComponentLinkable to add the specified component's unit to the uses clause of the object being designed (Delphi) or include its header in the root object's unit (C++).

See Also