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

TCompareOptions

Set of TCompareOption

Declaration

Source position: ustringh.inc line 63

type TCompareOptions = set of (

  coIgnoreCase

  

Ignore case (usually identical to coLingIgnoreCase)

);

Description

TCompareOptions is simply a set of TCompareOption enumeration values.

See also

TCompareOption

  

How to compare strings


Documentation generated on: May 14 2021