blob: a9902397758d52f2e4598e558d4e83015c0dfc79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
-- File: Resource_KeyComparator.cdl
-- Created: Fri Dec 4 15:14:36 1998
-- Author: DUSUZEAU Louis
-- <ld@dekpon.paris1.matra-dtv.fr>
---Copyright: Matra Datavision 1998
class LexicalCompare from Resource
uses
AsciiString from TCollection
is
Create ;
IsLower (me; Left, Right: AsciiString)
---Purpose: Returns True if <Left> is lower than <Right>.
returns Boolean ;
end;
|