Text record buffer array type
Source position: textrec.inc line 28
type TextBuf = array [0..TextRecBufSize-1] of Char;
TextBufis the type for the default buffer in TextRec