RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWideStrings.LineBreak Property

Defines the line break character(s).

Pascal
property LineBreak: WideString;
C++
__property BSTR LineBreak;

LineBreak can be read and set. It is used internally in TWideStrings to terminate strings in multi-string output operations.  

For example, the GetText method returns a long string containing all TWideStrings strings, each of which is terminated by the LineBreak value.

Note: In Windows, the default LineBreak value is a carriage return and line feed combination (#13#10), whereas on Linux, it is just a carriage return (#13).
 

 

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