| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Text line break style. (end of line character)
Source position: systemh.inc line 535
| type TTextLineBreakStyle = ( | ||
| tlbsLF, | 
 | Line-feed only (#10, Unix style) | 
| tlbsCRLF, | 
 | Carriage-return, line-feed (#13#30, Windows style) | 
| tlbsCR | 
 | Carriage-return (#13, Mac-OS style) | 
| ); |