Programming with Reflection
T27FixedTabs property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether or not tabs can be edited in Reflection sessions using T27 Unisys terminal emulation. When this property is True, the tabs are fixed and cannot be edited. When it is False, the tabs are variable and can be edited.
For example, the following statement specifies that tabs can be edited:
Session.T27FixedTabs = False
The default value is True.