|
@@ -523,7 +523,7 @@ Type
|
|
public
|
|
public
|
|
const
|
|
const
|
|
MaxValue = High(NativeInt);
|
|
MaxValue = High(NativeInt);
|
|
- MinValue = Low(NativeUInt);
|
|
|
|
|
|
+ MinValue = Low(NativeInt);
|
|
Public
|
|
Public
|
|
Class Function Parse(const AString: string): NativeInt; inline; static;
|
|
Class Function Parse(const AString: string): NativeInt; inline; static;
|
|
Class Function Size: Integer; inline; static;
|
|
Class Function Size: Integer; inline; static;
|