MessageDialog.text

string text() @property

Get text property.

Returns

The primary text of the message dialog. If the dialog has

a secondary text, this will appear as the title.

void text(string propval) @property

Set text property.

Parameters

propvalThe primary text of the message dialog. If the dialog has a secondary text, this will appear as the title.