DesignIntf.IDesigner60.MakeComponentLinkable
Delphi
procedure MakeComponentLinkable(Component: TComponent);
C++
virtual void __fastcall MakeComponentLinkable(System::Classes::TComponent* Component) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | IDesigner60 |
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++).