On Wed, 4 Apr 2018 15:23:39 +0300
AlexeyT via Lazarus <lazarus@lists.lazarus-ide.org> wrote:

> - AutoEndEvent - the event that causes the automatic end of the timer

There is no TIdleText.
You mean "TCustomIdleTimer.AutoEndEvent".

 
> what is "end of timer"? 

AutoEndEvent defines, when the timer is stopped by setting Enabled to false. 
This is one of the following events: 
- on application becomes idle
- on application stops being idle (e.g. user input or some timer fired)
- user input, e.g. key press, mouse move

I improved the docs.

Mattias

-- 
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to