Delphi Timer.interval and cardinal value

By Stefan Loeners P12167 on November 30, 2005

Hello,
My app reads the timer interval from an ini file.
However, this value needs to be converted to a cardinal type.

I tried ReadString and ReadInteger and then convert the value this way :
Timer1.Interval:=cardinal(TimerValueReadFromIniFile)
Any idea how it should be done?

Thanks for your help.

Related Articles and Replies


Delphi Forum