Language:
Русский
English
WriteBuf (procedure) (WinCrt unit)
Writes a block of characters to the CRT window.
Declaration
procedure WriteBuf(Buffer: PChar; Count: Word);
Target
Windows
Remarks
Two parameters are passed to this procedure: Buffer and Count.
Buffer points to the first character in the block. Count contains the number of characters to write. I
If AutoTracking is turned on, the CRT window scrolls if necessary to ensure that the cursor is visible after writing the block of characters.