Options
>
Data Access User Manual
>
Views Data Access Common Framework
>
Handling Values in Data Access
>
Data Types
> Checking the Data Type of an Object
Checking the Data Type of an Object
The data type of an object can be checked using the
getType
method in the following way:
IliValue value;
...
if (value.getType() == IliDateType) {
...
}
Published date: 05/24/2022
Last modified date: 02/24/2022
This site works best with JavaScript enabled