Returns the numeric representation of the token
Namespace: IEParser
Delphi |
published |
Property Value
Type: Double
If the token is numeric (the DataType property equals the ordinal of dtInteger, dtFactId, dtFloat, dtDescriptor, dtObject, or dtExternalAddress), this property should returns its value. If the token is not numeric (the DataType property does not equal the ordinal of dtInteger, dtFactId, dtFloat, dtDescriptor, dtObject, or dtExternalAddress), use the Text property to return the string representation |
Reference |