RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.DefaultTextLineBreakStyle Variable

Specifies the characters that are used by default to separate lines in text.

Pascal
DefaultTextLineBreakStyle: TTextLineBreakStyle = tlbsCRLF;
C++
TTextLineBreakStyle DefaultTextLineBreakStyle = tlbsCRLF;

System

DefaultTextLineBreakStyle controls how the code editor represents the separation between lines of text in new files. For existing files, it maintains the line break style that the file currently uses. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!