Functions related to Widgets
f-getvalue
Description
This function is used to get the value that the widget holds.This function returns the value of the specified widget. To access data through the function, only widget name is passed as an input parameter in function.
In order to pass ‘p-allvalues’ as an input parameter, check All values checkbox in Widget Validation Properties section (XE Developer Studio>Widgets). If these boxes are unchecked, the function returns unknown values (?). This function is applicable to client and AppServer too.
ReturnType: Character
AppliesTo: Data
Used as
This function is used as f-getvalue(‘v-field’).
Input Parameters
Parameters | Data Type | Description |
---|---|---|
v-field | Character | Widget name |