Appxweb Meta
Home > Developer > Parameters

Parameters

View or function object properties are able to be parameterised using data objects. Changes to the value of the data object are reflected in the parameterised view or function object the next time it is created making the view or function object dynamic. To declare a parameter with AML the object's property value is replaced with the <AM_data_id> element, containing the identifier of the data object to use.

Syntax
Example
This example shows how the title of a dialog view object has been parameterised with a data object have an identifer of did_title. The value of the did_title data object will be used to initialise the value of the dialog view object title. Changes in the value of the data object would therefore change the title of the dialog view object the next time its created.