The ForeResultType enumeration contains data types of the result that is returned.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | Unknown. Not set. |
| 1 | Char. One Unicode symbol. |
| 2 | String. Symbol string. |
| 3 | Integer. Integer number. |
| 4 | Real. Real number. |
| 5 | Date. Date and time. |
| 6 | Boolean. Logical data type. |
| 7 | Matrix. Matrix. |
| 8 | Variant. The Variant data type. |
| 9 | Object. Custom object (can contain any data type). |
| 10 | RealArray. Real numbers array. |
See also: