Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / WyseAcceptNulls Property
In This Topic
WyseAcceptNulls Property
In This Topic
Gets or sets whether the terminal will accept nulls from the host (for Wyse terminal emulation only).
Syntax
expression.WyseAcceptNulls As Boolean
where expression is a variable that represents a Terminal Object
Remarks
This property affects situations where an escape sequence is used to define a string, such as programming function keys or a message line. The default value is false.
See Also