[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Default line ending style.
Source position: sysunixh.inc line 57
const DefaultTextLineBreakStyle: TTextLineBreakStyle = tlbsLF; |
DefaultTextLineBreakStyle contains the default OS setting for the TTextLineBreakStyle type. It is initialized by the system unit, and is used to determine the default line ending when writing to text files.
This constant is part of a set of constants that describe the OS characteristics. These constants should be used instead of hardcoding OS characteristics.
|
Set the end-of-line character for the given text file. |
|
|
Text line break style. (end of line character) |
|
|
Character used to separate directory parts. |
|
|
Character used to separate directory parts. |
|
|
Constant describing the current line ending character. |
|
|
Constant describing support for long filenames. |
|
|
Character used to separate paths in a search list |
|
|
OS treatment of filenames is case sensitive. |
|
|
OS preserves case in filenames when creating or renaming entries. |