property LazyByteDelay : Integer
Default: 128
Determines the number of bytes received 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 LazyByteDelay defines how many bytes must be received 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: LazyTimeDelay, UseLazyDisplay