TTextLineBreakStyle indicates the default set of characters used to divide lines in text.
TTextLineBreakStyle = ( tlbsLF, tlbsCRLF );
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!
|