Description of SimpleTimer :
SimpleTimer is a timer class. It is more lightweight than a TTimer component, as it doesn't require a handle, and since it's derived from TObject there's less overhead. This makes it ideal for developers who need a timer in their own components or applications, but want to keep the resource usage minimal.