ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sub-query
A sub-query is a query whose result is used by another query...
Beep (External language)
Used to emit a beep on the speaker of the computer.
Confirm (External language)
Displays a dialog box that includes a logo, a message, the "Yes", "No" and "Cancel" buttons ans returns the button validated by the user.
DisplayLongText (External language)
Displays a long text in a text control in Pascal and in C.
Error (External language)
Displays a dialog box containing an error logo and the message passed in parameter.
Close (External language)
Closes the current window and restores the context that existed before the window opening.
Handle (External language)
Returns the handle of a window or control.
Info (External language)
Displays a dialog box containing an information logo and the message passed in parameter.
Message (External language)
Displays a message in the status bar.
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.
Yes,No (External language)
Displays a dialog box that includes a logo, a message and the "Yes" and "No&quot buttons.
Get (External language)
Retrieves the value of a control.
Hourglass (External language)
Displays a mouse pointer shaped like an hourglass.
WavInit (External language)
Initializes the sound interpreter.
WavPlay (External language)
Plays the requested sound.
Style (External language)
Loads a style sheet.
WDEnd (External language)
Ends a program that is using WINDEV.
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
Cross-references in the code editor
The cross-references in the code editor are used to identify......