Wheel IDE

Online demo »

Component/AlertDialog

Namespace
components.alertDialog

Constants

The alert dialog component module.
Source: lib/modules/components/alertDialog.whl, line: 8
MODULE_COMPONENT_ALERT_DIALOG140

Module calls for the alert dialog component functions.
Source: lib/modules/components/alertDialog.whl, line: 11
ALERT_DIALOG_COMPONENT_SHOW0

Properties

These properties can be edited with the property editor in the IDE.

NameTypeDescription
namestringThe component name.
ynumberThe top position of the component icon, this only applies to the icon in design mode.
titlestringThe title of the dialog.
textstringThe 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:
NameTypeDescription
windowHandlenumberThe handle of the window.
componentHandlenumberThe handle of the component.