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

TUTF8TrimFlag

Controls trimming actions performed in UTF8Trim.

Declaration

Source position: lazutf8.pas line 161

type TUTF8TrimFlag = (

  u8tKeepStart,

  

Keeps leading whitespace.

  u8tKeepEnd,

  

Keeps trailing whitespace.

  u8tKeepTabs,

  

Keeps tab characters.

  u8tKeepLineBreaks,

  

Keeps line breaks.

  u8tKeepNoBreakSpaces,

  

Keeps no-break space characters.

  u8tKeepControlCodes

  

Keeps control codes other than tabs and line breaks.

);

Description

TUTF8TrimFlag is an enumerated type with values that control trimming actions performed in the UTF8Trim function.

See also

TUTF8TrimFlags

  

Stores values from the TUTF8TrimFlag enumeration.

UTF8Trim

  

Removes leading and trailing whitespace or control characters.


Version 3.2 Generated 2024-02-25 Home