Share

Dialog

[Desktop Automation]

Descendant of Control container class (see Control container), providing all functions of this base class

Note: Lua-generated dialogs do not have means to dynamically resize. Once generated, they are fixed in their size.

Properties

Property Read/write Type Description
caption read/write string caption of the dialog
translatecaption read/write Boolean if true, caption is a String Identifier
width read/write number width of the dialog in pixels

Back to top

Methods

Name Syntax Description
close dialog:close(); closes the dialog
rebuild dialog:rebuild(); rebuilds the dialog
show dialog:show(); shows the dialog

Back to top

Was this information helpful?