|
@@ -458,8 +458,8 @@ Procedure Insert(source:Char;var s:shortstring;index:SizeInt);
|
|
|
Function Pos(const substr:shortstring;const s:shortstring):SizeInt;
|
|
|
Function Pos(C:Char;const s:shortstring):SizeInt;
|
|
|
Function Pos (const Substr : ShortString; const Source : AnsiString) : SizeInt;
|
|
|
-Procedure SetString (var S : Shortstring; Buf : PChar; Len : SizeInt);
|
|
|
-Procedure SetString (var S : AnsiString; Buf : PChar; Len : SizeInt);
|
|
|
+Procedure SetString (out S : Shortstring; Buf : PChar; Len : SizeInt);
|
|
|
+Procedure SetString (out S : AnsiString; Buf : PChar; Len : SizeInt);
|
|
|
Function upCase(const s:shortstring):shortstring;
|
|
|
Function lowerCase(const s:shortstring):shortstring; overload;
|
|
|
Function Space(b:byte):shortstring;
|