embeddedDataOnBottom
|
Forces items set via the ‘Embedded List Values’ dialog box to the end of the list (i.e., following any query-retrieved items).
Type
- Boolean
-
true: place embedded items after query-retrieved items
false: integrate embedded items with query-retrieved items
Example
ComboBox1.embeddedDataOnBottom = true;
|
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. |