Is there any way to set a default value to a parameter in Delphi? In C++ it's like (in .h or .hpp header file)
void function(int param = value); so the function can now be called as function() without the requirement of expicit param specification. Regards, SubZero On Tue, May 3, 2011 at 21:28, Angus Robertson - Magenta Systems Ltd < an...@magsys.co.uk> wrote: > > I think the other samely named functions can be simplified using > > this function instead of having two copies of the same code part. > > I will work on it tomorrow. > > That was what I'm planning, simply adding extra parameters to the > existing function. But not this week. > > Angus > > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket > Visit our website at http://www.overbyte.be > -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be