mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-23 08:34:34 +02:00
- mispelled TryStrQWord removed
git-svn-id: trunk@4143 -
This commit is contained in:
parent
87826f69d5
commit
0a9a9dd69c
@ -795,11 +795,6 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
function TryStrQWord(const s: string; var Q: QWord): boolean;
|
||||
begin
|
||||
Result:=TryStrToQWord(S,Q);
|
||||
end;
|
||||
|
||||
function TryStrToQWord(const s: string; var Q: QWord): boolean;
|
||||
var Error : word;
|
||||
begin
|
||||
|
@ -108,7 +108,6 @@ function TryStrToInt(const s: string; var i : integer) : boolean;
|
||||
function StrToInt64(const s: string): int64;
|
||||
function TryStrToInt64(const s: string; var i : int64) : boolean;
|
||||
function StrToQWord(const s: string): QWord;
|
||||
function TryStrQWord(const s: string; var Q : QWord) : boolean;
|
||||
function TryStrToQWord(const s: string; var Q : QWord) : boolean;
|
||||
function StrToIntDef(const S: string; Default: integer): integer;
|
||||
function StrToInt64Def(const S: string; Default: int64): int64;
|
||||
|
Loading…
Reference in New Issue
Block a user