|
@@ -80,8 +80,8 @@ function LowerCase(const s: string): string; overload;
|
|
version for a variant }
|
|
version for a variant }
|
|
function LowerCase(const V: variant): string; overload;{$ifdef SYSUTILSINLINE}inline;{$endif}
|
|
function LowerCase(const V: variant): string; overload;{$ifdef SYSUTILSINLINE}inline;{$endif}
|
|
function CompareStr(const S1, S2: string): Integer; overload;
|
|
function CompareStr(const S1, S2: string): Integer; overload;
|
|
-function CompareMemRange(P1, P2: Pointer; Length: cardinal): integer;
|
|
|
|
-function CompareMem(P1, P2: Pointer; Length: cardinal): Boolean;
|
|
|
|
|
|
+function CompareMemRange(P1, P2: Pointer; Length: PtrUInt): integer;{$ifdef SYSUTILSINLINE}inline;{$endif}
|
|
|
|
+function CompareMem(P1, P2: Pointer; Length: PtrUInt): Boolean;{$ifdef SYSUTILSINLINE}inline;{$endif}
|
|
function CompareText(const S1, S2: string): integer;
|
|
function CompareText(const S1, S2: string): integer;
|
|
function SameText(const s1,s2:String):Boolean;
|
|
function SameText(const s1,s2:String):Boolean;
|
|
|
|
|