whatsnew.txt
来自「用Delphi实现的多线程串口通讯的源程序。」· 文本 代码 · 共 44 行
TXT
44 行
****************************************************
Varian Async32 Components
Varian Software NL (c) 1996-2000
All Rights Reserved
****************************************************
Whats new in Version 1.51
- Renamed component from TComm to TVaComm
In future releases all components receive the "Va" prefix.
- New general component class TVaSharedComponent (Undocumented),
used to link multiple components to the Commport component.
- Added several new units and classes for future releases.
- Updated persistent class TVaCommChars which fixes some bugs
from earlier versions.
- Updated internal thread class with a call to ThreadClosed.
- Added global exception handler to internal thread.
- Added new property "Priority".
- Renamed Read procedure to ReadBuf.
- Renamed Write procedure to WriteBuf.
- Added new function WriteText
function WriteText(const s: string): Boolean;
- Added new function ReadText
function ReadText: string;
- And many more changes!
- Added a online windows help file.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?