value = "string";


Specify the default value of a tile.


This attribute specifies the default value of a tile. The value depends on the type of tile.

string: a string; no default.

The following table summarizes the default value for each type of tile:

Tile Type Default Value
boxed_radio_column Key of the selected radio button.
boxed_radio_row Key of the selected radio button.
dialog Optional text for the dialog box's title bar.
edit_box Default text seen by the user in the edit box.
image Default image seen in the image box.
list_box Lists items that are initially highlighted.
popup_list Lists items that are initially highlighted.
radio_button "1" = button is on; "0" = button is off.
radio_column Key of the selected radio button.
radio_row Key of the selected radio button.
slider Default value of the slider.
text Text displayed by the tile.
toggle "1" = checked or on; "0" = unchecked or off.

Example

value = "1";

Valid Tiles

text

popup_list

edit_box

multi_edit_box

radio_button

slider

list_box

toggle

Tell me about...

Programming Overview of DCL (Dialog Control Language)

About Predefined Attributes