System.DefaultTextLineBreakStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

DefaultTextLineBreakStyle: TTextLineBreakStyle = {$IFDEF POSIX} tlbsLF {$ENDIF}

C++

extern DELPHI_PACKAGE TTextLineBreakStyle DefaultTextLineBreakStyle;

Properties

Type Visibility Source Unit Parent
variable public
System.pas
System.hpp
System System

Description

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

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.

See Also