Unit mseterminal

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Class tterminal  

Types

sendtexteventty = procedure(const sender: tobject; var atext: msestring; var donotsend: boolean) of object;
receivetexteventty = procedure(const sender: tobject; var atext: ansistring; const errorinput: boolean) of object;
terminaloptionty = (...);
terminaloptionsty = set of terminaloptionty;

Constants

defaultterminaleditoptions = (defaulttexteditoptions + [oe_caretonreadonly])- [oe_linebreak];
defaultterminaloptions = [];
defaultoptionsprocess = [pro_output,pro_errorouttoout,pro_input, pro_winpipewritehandles,pro_inactive,pro_tty,pro_ctrlc];

Description

Types

sendtexteventty = procedure(const sender: tobject; var atext: msestring; var donotsend: boolean) of object;
 
receivetexteventty = procedure(const sender: tobject; var atext: ansistring; const errorinput: boolean) of object;
 
terminaloptionty = (...);
 
Values
  • teo_readonly
  • teo_bufferchunks
  • teo_stripescsequence
  • teo_utf8
terminaloptionsty = set of terminaloptionty;
 

Constants

defaultterminaleditoptions = (defaulttexteditoptions + [oe_caretonreadonly])- [oe_linebreak];
 
defaultterminaloptions = [];
 
defaultoptionsprocess = [pro_output,pro_errorouttoout,pro_input, pro_winpipewritehandles,pro_inactive,pro_tty,pro_ctrlc];
 

Generated by PasDoc 0.16.0.