Back to product page

BackLog property


Determines size of backlog buffer.

Type

Integer

Syntax

  • Basic
object.BackLog [= value]
The BackLog(object) syntax has these parts:
objectAn expression evaluating to an object of type wodTelnetDLX

Remarks

This property is only available in OCX (GUI) version of the component.

BackLog property will determine how many lines should wodTelnetDLX keep once they became invisible from main screen. Default value is 25 (same as screen height), but you can increase this value if you need larger logs.

You can use ScrollX and ScrollY properties to make backlog rows visible from your code.

Platforms

Windows