> What will happen when someone will change the system time? > What does (TDataTime-TDataTime) return? miliseconds?
Never use TDateTime to measure time durations in Delphi, instead use GetTickCount which returns milliseconds since Windows booted as a simple longword. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be