RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesigner60.MakeComponentLinkable Method

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

Pascal
procedure MakeComponentLinkable(Component: TComponent);
C++
__fastcall MakeComponentLinkable(TComponent * Component);

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++). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!