Thema: Delphi Component From Dll

Einzelnen Beitrag anzeigen

mohfa

Registriert seit: 11. Feb 2007
97 Beiträge
 
Delphi 7 Enterprise
 
#1

Component From Dll

  Alt 17. Mai 2008, 10:18
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.
  Mit Zitat antworten Zitat