Dialog functions
Dialog functions
A description of the various methods for displaying dialog can be found when managing dialogs and dialog fields.
Window functions:
f$Dialog | Call a user-defined dialog window |
f$DialogEnd | Close an active dialog from a Watch-DT |
f$DisplayDialog | Display and manage a pure display window |
f$DialogOpen | Open a dialog window (with ID) |
f$DialogClose | Close a dialog window (via ID) |
f$DialogExecute | Activate an opened dialog (via ID) |
f$DialogExport | Export the current dialog to an image file |
f$DialogExcelExport | Export the content of a table element to an Excel file |
f$ActionDialog | Activate an opened dialog (via ID) without return |
f$DialogRefresh | Update the content of a dialog |
f$SetLanguage | Set the active language for all following dialogs |
f$SetBoolProp | Make dialog field visible/invisible or activate it |
f$SetTextProp | Set dialog field caption |
f$SetNumProp | Set various values for dialog elements |
f$GetTextProp | Read dialog field caption |
f$GetNumProp | Calculate various values for dialog elements |
f$Message | Call a system message window |
Screen setting:
f$Screen | Obtain the current screen dimensions |
See also:
f$DisplayDialog (f$DialogAnzeigen)
f$DialogOpen (f$DialogOeffnen)
f$DialogClose (f$DialogBeenden)
f$DialogExecute (f$DialogStarten)
f$ActionDialog (f$AktionsDialog)
f$SetBoolProp (f$SetzeBoolProp)
f$SetTextProp (f$SetzeTextProp)