TApxTerminalParser

HierarchyPropertiesMethods

Unit:

AxTerm

Description:

The TApxTerminalParser Class is the ancestor class that defines the functionality of a terminal parser. A terminal parser is a class that can identify and extract terminal control sequences (also known as escape sequences) and convert them into commands and arguments. The parser is not responsible for executing the commands; that task is left to the terminal emulation component that uses the parser.

The methods defined by the TApxTerminalParser class are all virtual so they can be overridden in descendant classes, but they are not defined as abstract. Instead, in this ancestor class, they are all "do nothing" methods.