[Overview][Types][Procedures and functions][Variables][Index] Reference for unit 'LazUTF8' (#lazutils)

TUTF8TrimFlags

Declaration

Source position: lazutf8.pas line 169

type TUTF8TrimFlags = set of (

  u8tKeepStart,

  u8tKeepEnd,

  u8tKeepTabs,

  u8tKeepLineBreaks,

  u8tKeepNoBreakSpaces,

  u8tKeepControlCodes

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.