[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#rtl)

TTextLineBreakStyle

Text line break style. (end of line character)

Declaration

Source position: systemh.inc line 535

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: Mar 17 2017