Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / ReGISBufferSize Property
In This Topic
    ReGISBufferSize Property
    In This Topic
    Gets or sets the size of the buffer reserved for caching ReGIS graphics.
    Syntax
    expression.ReGISBufferSize As Integer
    where expression is a variable that represents a Terminal Object
    Exceptions
    ExceptionDescription
    Thrown if the set parameter is outside the range of valid values.
    Remarks
    The default value is 5000. Each unit represents one ReGIS instruction. The range of values is 0 - 32767.
    See Also