Identifies the type of the token, whether it's an inference engine TIEType or another type of character.
Namespace: IEParser
Delphi |
published |
Property Value
Type: Integer
If the DataType maps into a character, the DataType will return the ordinal of the character. If the DataType is numeric (dtInteger, dtFactId, dtFloat, dtDescriptor, dtObject, or dtExternalAddress), you can use the Number property to get and set its value. Otherwise, use the Text property |
Reference |