- 4.72.2.23. -
Table of Contents
4. Standard Units
4.72. WinCRT - Text Screen interface unit for Win32
4.72.2. WinCRT Unit Procedures and Functions
4.72.2.23. WriteBuf
4.72.2.23. WriteBuf
Targets: Win32 GUI
WinCRT Unit
Writes a block of characters to the WinCRT window.
Declaration:
procedure WriteBuf(Buffer: PChar; Count: Word);
Remarks:
Buffer points to the first character in the block.
Count contains the number of characters to write.
- 4.72.2.23. -