System.TTextLineBreakStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTextLineBreakStyle = (tlbsLF, tlbsCRLF);

C++

enum DECLSPEC_DENUM TTextLineBreakStyle : unsigned char { tlbsLF, tlbsCRLF };

Properties

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

Description

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

TTextLineBreakStyle can have one of the following values:



Value Meaning

tlbsLF

Linefeed only

tlbsCRLF

Carriage return followed by Linefeed