On Thu, Apr 03, 2003 at 09:45:01AM -0800, Russell Whitaker wrote:
On Thu, 3 Apr 2003, Eike Lange wrote: What if you changed:
var MySQLOptConnectTimeout: Integer;
to: function MySQLOptConnectTimeout: Integer;
I thought about it, yes. Last time, I used `const' for all of these idetifiers, but I had to check every release for their values.
I do not like this function stuff for constant values, because its too far away from what I'd like to say in my unit. I'd like to say "This is a constant value, please do not change".
Eike