RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.TTextLineBreakStyle Enumeration

TTextLineBreakStyle indicates the default set of characters used to divide lines in text.

Pascal
TTextLineBreakStyle = (
  tlbsLF,
  tlbsCRLF
);
C++
enum TTextLineBreakStyle {
  tlbsLF,
  tlbsCRLF
};

TTextLineBreakStyle can have one of the following values:

Value 
Meaning 
tlbsLF  
Linefeed only  
tlbsCRLF  
Carriage return followed by Linefeed  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!