[Lazarus] Text for TIdleText in OI

Mattias Gaertner nc-gaertnma at netcologne.de
Wed Apr 4 14:42:54 CEST 2018


On Wed, 4 Apr 2018 15:23:39 +0300
AlexeyT via Lazarus <lazarus at 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



More information about the Lazarus mailing list