TApxTerminal.LazyTimeDelay

TApxTerminal

property LazyTimeDelay : Integer

Default: 250

Determines the number of elapsed milliseconds before the display is forcibly repainted.

The TApxTerminal supports a lazy writing mode. When this mode is active, rather than update the display every time a new character appears from the serial device, the terminal and its associated classes will only display new data after a certain amount of time, or after a certain number of bytes have been received, or both. This gives the terminal a more efficient and smoother feel. The value of LazyTimeDelay defines how many milliseconds must pass before the terminal window is updated. The default value is a compromise between efficiently handling the display and providing timely visual feedback to the user.

See also: LazyByteDelay, UseLazyDisplay