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.

Same in Delphi.

--
francois.pie...@overbyte.be
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

Reply via email to