Programming with Reflection
T27InsertKeyInsertsSpace property
Syntax |
object.T27InsertKeyInsertsSpace |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) how a T27 terminal responds to the Insert key. When this property is True, pressing the Insert key changes to insert mode and inserts a space. When it is False, pressing the Insert key changes to insert mode, but does not insert a space. For example:
Session.T27InsertKeyInsertsSpace = False
The default value is True.