Class TXQCollationCodepoint

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TXQCollationCodepoint = 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

Overview

Methods

Public function doCompare(const a, b: string): integer; override;
Public function equal(const a, b: string): boolean; override;
Public function indexOf(const strToBeExaminated, searched: string): SizeInt; override;
Public function contains(const strToBeExaminated, searched: string): boolean; override;
Public function startsWith(const strToBeExaminated, expectedStart: string): boolean; override;
Public function endsWith(const strToBeExaminated, expectedEnd: string): boolean; override;

Description

Methods

Public function doCompare(const a, b: string): integer; override;
 
Public function equal(const a, b: string): boolean; override;
 
Public function indexOf(const strToBeExaminated, searched: string): SizeInt; override;
 
Public function contains(const strToBeExaminated, searched: string): boolean; override;
 
Public function startsWith(const strToBeExaminated, expectedStart: string): boolean; override;
 
Public function endsWith(const strToBeExaminated, expectedEnd: string): boolean; override;
 

Generated by PasDoc 0.14.0.