Programming with Reflection
T27FFClearsTabs property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether variable tabs are cleared when a Form Feed is received from the host. This property is only relevant if you are using Reflection to emulate a T27 Unisys terminal. When this property is True, the tabs are cleared after the host sends a Form Feed. When it is False, the tabs remain set after the host sends a Form Feed.
For example, the following statement specifies that tabs will be cleared after a Form Feed:
Session.T27FFClearsTabs = True
The default value is False.