⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 logterm.htx

📁 boomerang library 5.11 internet ed
💻 HTX
字号:

LogTerm

     (* Unit implements a class combining logging to a file and to a visual terminal to one object.
     *)     


------------------------------------------------------ Types




------------------------------------------------------ Constants




------------------------------------------------------ Variables




------------------------------------------------------ Functions


. procedure Register;

     (* .
     *)



------------------------------------------------------ Class TFileTermLogger

. TFileTermLogger = class( TFileLogger );

     (* Logs to both the file and to the visual terminal.
     *)

. . property Terminal: TTerminal read write; {TFileTermLogger} {published}

     (* The instance of a terminal window to be logged. If $nil$ no log is performed to terminal.
     *)

. . property TermChar: Boolean read write; {TFileTermLogger} {published}

     (* If the value is $True$ all coming chars are processed as a terminal chars,
        if is $False$ all chars are processed as a messages (for ex. the error messages).
     *)




⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -