Developer Guide
[ 7 ] - Parameters
< Back Next >A parameter is a data object which is used as a property of view or function object. Changes to the value of the data object are reflected in the parameterised view or function object the next time it is created. 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.
As an example the Hello World's "vid_dlg_message dialog uses the static text "Message" as its title. To parameterise this property so that dialogs title shows the current Hello World message (stored in the "did_message" data object) the dialogs declaration would be as follows:
| View Object - vid_dlg_message |