JCL Help:TCaseInsensitiveTraits.Compare@string@string

From Project JEDI Wiki
Jump to navigationJump to search


Summary

The summary for this help topic does not exist, edit this page

Pascal

 public function Compare(const L: string; const R: string): Integer; override;


Return Value

Returns a negative integer if l is before r, a positive integer if r is before l, and zero if they are equal; all comparisons being lexicographical, i.e. not necessarily based on the ordinal values of the characters, but may be case insensitive, for example.


Description

The description for this help topic does not exist, edit this page


About

Donator

Barry Kelly


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page