[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazglib2.pas line 648
type TGNumberParserError = ( |
||
TGNumberParserErrorMinValue = - $7FFFFFFF, |
|
|
G_NUMBER_PARSER_ERROR_INVALID = 0, |
|
|
G_NUMBER_PARSER_ERROR_OUT_OF_BOUNDS = 1, |
|
|
TGNumberParserErrorMaxValue = $7FFFFFFF |
|
|
); |