Programming with Reflection
LocalEcho property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether the local computer should "echo" typed characters directly to the screen. When a host connection exists, the Online property is set to True, and LocalEcho is set to True, typed characters appear on the screen twice: once when echoed from the local computer, once when echoed back from the host.
Set LocalEcho to True only for communication with a host system that does not echo typed characters.
When Reflection is in local or block mode, characters are echoed locally even if LocalEcho is set to False.
The default value is False.