Programming with Reflection
T27FormDelimitersVisible property
Syntax |
object.T27FormDelimitersVisible |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether the forms delimiters are visible or invisible in T27 Unisys terminal sessions. When this setting is True the delimiters are visible, when it is False they are not visible. For example, the following statement sets the delimiters to be invisible:
Session.T27FormDelimitersVisible = False
The default value is True.