Re: DLL calling a form using JvPlugIn
Doug Chamberlin <[email protected]> Tue, 01 Feb 2005 13:53:49 -0500
| Newsgroups | gmane.comp.lang.delphi.jedi |
|---|---|
| Message-ID | <[email protected]> |
Unit initialization and finalization sections must come immediately before
the final "end." of the unit. No other code can follow them in the unit.
Unit X;
interface
-declaration code only-
implementation
-other code including the implementation of functions, procedures, methods,
etc-
initialization
-some init code-
finalization
-some final code-
end.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Delphi-JEDI/
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/