| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Constant describing the current line ending character.
Source position: sysunixh.inc line 28
| const LineEnding = #10; | 
LineEnding is a constant which contains the current line-ending character. This character is system dependent, and is initialized by the system. It should not be set.
This constant is part of a set of constants that describe the OS characteristics. These constants should be used instead of hardcoding OS characteristics.
| 
 | Character used to separate directory parts. | |
| 
 | Character used to separate directory parts. | |
| 
 | Constant describing support for long filenames. | |
| 
 | Character used to separate paths in a search list | |
| 
 | Alias for LineEnding | |
| 
 | OS treatment of filenames is case sensitive. | |
| 
 | OS preserves case in filenames when creating or renaming entries. | |
| 
 | Default line ending style. |