Hi every One , i want to ask you about this Issue :
Is Possible to declare a Component Class in a
Dll then Create or Use it in my Application ?
i mean :
Let's suppose i have in the
Dll :
Var
MyLabel:TTntLabel;
so can i use this in my App like ?:
MyLabel.Create( Self );
without using the
Unit (tntClasses or whatever tntxxx ) in my App uses clause .
just create the MyLabel in the App .
regards.