Well... if you want to get fancy, give the constructor an optional, default
parameter, so you don't always have to remember what to call it with, but
can override it easily, like:
constructor TSpamCheck.Create(Zone : string = 'zen.spamhaus.org');
If you're using a pre-default parameters compiler, you can just handle empty
parameters in code. (... if Zone = '' then Zone := 'zen...)
> what do u suggest?
I don't really know.
> and thanks for the link
You're welcome.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public