InfoConnect for Airlines
JumpScrollSpeed Property


Returns or specifies how InfoConnect manages data entering display memory. Setting JumpScrollSpeed to rcScrollBy1 refreshes the screen every time a line enters display memory. Higher numerical values (rcScrollBy2, rcScrollBy4, and so on, up to rcScrollBy128) refresh the screen after the specified number of lines have entered display memory—assuming data is entering display memory too fast for the display to keep up.
Syntax
'Declaration
 
Property JumpScrollSpeed As JumpScrollSpeedOption
'Usage
 
Dim instance As IScreen
Dim value As JumpScrollSpeedOption
 
instance.JumpScrollSpeed = value
 
value = instance.JumpScrollSpeed
JumpScrollSpeedOption JumpScrollSpeed {get; set;}
See Also