InfoConnect for Airlines
SplitScreensShareInputRecallBuffer Property


Gets or sets a value indicating whether to allow multiple split screen windows to share the saved input transactions.
Syntax
'Declaration
 
Property SplitScreensShareInputRecallBuffer As Boolean
'Usage
 
Dim instance As IAlcTerminal
Dim value As Boolean
 
instance.SplitScreensShareInputRecallBuffer = value
 
value = instance.SplitScreensShareInputRecallBuffer
bool SplitScreensShareInputRecallBuffer {get; set;}
Remarks
Split Screen it allows multiple terminal windows to share the same host connection. The user can type in any of the windows and receive host responses in that same window or a different window. The sharing of the recall buffer allows the user to type transactions in one window, then switch to another window and be able to recall that same input transaction.
See Also