{dialog.object}.getValue Method
/documentation/pages/Ref/Client_Api/UX/UX methods/Controls/getValue Method.xml
Get the value of a control in the UX Component.
{grid.object}.getValue Method
/documentation/pages/Ref/Client_Api/Grid/getValue Method.xml
Get the value of a control in the Grid, Search or Detail View part.
{dialog.object}.getDateValue Method
/documentation/pages/Ref/Client_Api/UX/UX methods/Controls/getDateValue Method.xml

Get the value of a control in the UX Component as a JavaScript Date object.

On Get Value Javascript
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Clientside/On Get Value Javascript.xml
An expression that transforms the value of the control when the *[js:.getValue()]* method is called.
{dialog.object}.listGetValue Method
/documentation/pages/Ref/Client_Api/UX/UX methods/List Control/listGetValue Method.xml
Get the value of a column in a List control.
Getting the Displayed Value for a Spin List Control
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/Spin List/Getting the Displayed Value for a Spin List.xml
When you define the choices with which to populate a Spin List control, you can specify a 'display value' and a 'stored value' for each value. When you read the current value in the control (using the *[js:{dialog.object}.getValue()]* method, or the *[js:.value]* property on the Spin List object itself), you well be reading the stored value. In this tip we show you how to get the current display value.
A5.ButtonToggle.getValue Method
/documentation/pages/Ref/Client_Api/A5/ButtonToggle_class/getValue Method.xml
The value(s) of the toggle button(s).
{dialog.object}.getValueDisplay Method
/documentation/pages/Ref/Client_Api/UX/UX methods/Controls/getValueDisplay Method.xml
Get the value of a control in the UX Component.
Suppress warnings if Javascript functions contain placeholders
/documentation/pages/Guides/Mobile and Web Components/Grid/Grid Properties/Advanced/Suppress warnings if Javascript functions contain placeholders.xml
Used to suppress warnings
Getting and Setting the Value of a Slider Control
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/Slider/setting the value of a slider.xml
The value for a Slider Control can be set using javascript.