Attachmate.Reflection.Emulation.ALC Namespace > IAlcTerminal Interface : MaxOutputScreenRecall Property |
Gets or sets the maximum number of output buffers that are saved. The range of valid values is 0-17.
'Declaration
Property MaxOutputScreenRecall As Integer
'Usage
Dim instance As IAlcTerminal Dim value As Integer instance.MaxOutputScreenRecall = value value = instance.MaxOutputScreenRecall
int MaxOutputScreenRecall {get; set;}
The ALC Terminal has a built in history of outputs (different from the productivity screen history), and this value determines how many buffers in the history can be recalled. These buffers can be recalled by a keystroke function (RecallLastOutput).