Dialog Title
| Category: User Interaction | ||
| Command: dialog.title | ||
| Description | ||
|
Set the text show in the title bar of the dialog.
|
||
| Parameters | ||
|
title
Text that appears in the title bar of the dialog. This can be a simple string or a lookup in a message table in the form of @table@msg@ or @table@@id@.
|
||
| Example Code | ||
|
dialog.title "Confirm Action"
|
||
| Remarks | ||
|
None
|
||
| Queryable? Unknown |