Text buffer.
Source position: textrec.inc line 32
type TextBuf = array [0..TextRecBufSize-1] of AnsiChar;
TextBuf is a type for the default buffer used in TextRec.
TextRec
Text file type.