| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
How to compare strings
Source position: ustringh.inc line 60
type TCompareOption = (  | 
||
coIgnoreCase  | 
  | 
Ignore case (usually identical to coLingIgnoreCase)  | 
);  | 
TCompareOption indicates how 2 strings should be compared. This option is used in the WideStringManager implementation when comparing 2 strings. The following options exist:
Not all platforms will support all possibilities.
  | 
Record containing the various callbacks of the widestring manager.  |