TApxTerminalParser.Sequence

TApxTerminalParser

property Sequence : string

Returns the current terminal control sequence.

Once ProcessChar identifies a complete terminal control sequence, and is about to return pctComplete, the parser will set this property to the full sequence string. The property will maintain its value until the next time ProcessChar is called.

If a sequence is being built up or there is no current command, the value of the Sequence property is the empty string. Reading the Sequence property at the wrong time generates no error or exception.

In this ancestor class, the Sequence property always returns the empty string.

See also: ProcessChar