wodTelnetDLX ActiveX Control - BackLog Property
      
 

Description

Determines size of backlog buffer.


Property type

An Integer value.  


Syntax

object.BackLog [= value]



The BackLog Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodTelnetDLX.
value An Integer value.

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.