Dialog.this

Base constructor for all dialog boxes.

class Dialog
this
(
string dialogType
,
string title
,
string text
,
uint h
,
uint w
)

Parameters

dialogType string

A box name (msgbox, calendar, checklist, menu, etc.)

title string

A form name, a title for current box example.

text string

Main message of the box (for description or clarification).

h uint

Height, number of lines.

w uint

Width, number of columns.

Meta