Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TTextLineBreakStyle

Text line break style. (end of line character).

Declaration

Source position: systemh.inc line 707

type TTextLineBreakStyle = (

  tlbsLF,

  

Line-feed only (#10, Unix style).

  tlbsCRLF,

  

Carriage-return, line-feed (#13#30, Windows style).

  tlbsCR

  

Carriage-return (#13, Mac-OS style).

);


Documentation generated on: Jul 24 2023