ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Open (External language)
Opens a window.
Display (External language)
Displays a value in a control or assigns a value in a variable.
Use (External language)
Opens the specified window by closing all the windows opened beforehand.
CheckAllFalse (Function)
Returns True if all the elements of an array are False.
<mongoDatabase variable>.ExecuteCommand (Function)
Runs a generic command on a MongoDB database.
mlExecute (Function)
Evaluates and runs a command on a MATLAB session.
<mongoCollection variable>.ExecuteCommand (Function)
Runs a generic command on a MongoDB collection.
<Array>.AllFalse (Function)
Returns True if all the elements of an array are False.
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.
Error (External language)
Displays a dialog box containing an error logo and the message passed in parameter.
DisplayLongText (External language)
Displays a long text in a text control in Pascal and in C.
Window (External language)
Returns the number of windows opened at a given time.
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.
iPrintReport (External language)
Prints a report created with the report editor.
Info (External language)
Displays a dialog box containing an information logo and the message passed in parameter.
LCommand (External language)
Returns the command line passed in parameter to the executable program.
Message (External language)
Displays a message in the status bar.
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.
WavPlay (External language)
Plays the requested sound.
Style (External language)
Loads a style sheet.
WDEnd (External language)
Ends a program that is using WINDEV.