[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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.
|
Text file type |