The TApxTTYEmulator Class

HierarchyPropertiesMethods

Unit:

AxTerm

Description:

The TApxTTYEmulator class emulates a teletype terminal (i.e., one that doesn't support any terminal control sequences and one that merely displays every character received). Similarly, there is no conversion of keystrokes either. If a key for a displayable character is pressed, that character is sent to the host without interpretation.

The properties Parser, KeyboardMapping, and CharSetMapping are nil for a TApxTTYEmulator instance. These objects are not required by the TTY emulator and so are never created. The TTY emulator does maintain a terminal buffer object.