Component/AlertDialog
Namespace
components.alertDialog
Constants
The alert dialog component module.
Source: lib/modules/components/alertDialog.whl, line: 8
| MODULE_COMPONENT_ALERT_DIALOG | 140 |
Module calls for the alert dialog component functions.
Source: lib/modules/components/alertDialog.whl, line: 11
| ALERT_DIALOG_COMPONENT_SHOW | 0 |
Properties
These properties can be edited with the property editor in the IDE.
| Name | Type | Description |
| name | string | The component name. |
| y | number | The top position of the component icon, this only applies to the icon in design mode. |
| title | string | The title of the dialog. |
| text | string | The information text shown on the dialog. |
Procedures
show
Source: lib/modules/components/alertDialog.whl, line: 20
Show the alert dialog.
proc show(number windowHandle, number componentHandle)
Parameters:
| Name | Type | Description |
| windowHandle | number | The handle of the window. |
| componentHandle | number | The handle of the component. |