datatype
|
Specifies the data type for items displayed in a Check Box, Radio Button, or ComboBox component via the “Embedded” option.
Type
- Style Constant object
-
See Data Type for available options.
Example
ComboBox1.datatype = StyleConstant.STRING;
|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |