Class TXQCollationCodepointLocalizedInsensitive
Unit
xquery
Declaration
type TXQCollationCodepointLocalizedInsensitive = class(TXQCollation)
Description
no description available, TXQCollation description follows
Class to perform string comparisons, so they different comparison rules can be used in different languages
Hierarchy
- TObject
- TXQCollation
- TXQCollationCodepointLocalizedInsensitive
Overview
Methods
|
function doCompare(const a, b: string): integer; override; |
|
function doCompare(a, b: pansichar; len: SizeInt): integer; override; |
Description
Methods
|
function doCompare(const a, b: string): integer; override; |
|
|
function doCompare(a, b: pansichar; len: SizeInt): integer; override; |
|
Generated by PasDoc 0.14.0.
|