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