TWebTimer
TWebTimer
is the direct equivalent of a VCL TTimer
. It features an interval property with which the interval between two subsequent OnTimer
events can be set in milliseconds. With the Enabled
property the timer can be stopped or started. When the timer is enabled, it triggers the OnItem
event every ‘interval’ milliseconds