ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project (External language)
Opens and runs a WINDEV project.
Space (External language)
Fills the content of WdString with space characters on the right.
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
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.
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.
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.
Nation (External language)
Defines the display language for the titles, captions, messages...
Yes,No (External language)
Displays a dialog box that includes a logo, a message and the "Yes" and "No&quot buttons.
Error (External language)
Displays a dialog box containing an error logo and the message passed in parameter.
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.
Test (External language)
Displays each function call and each status report returned by the function.
WDEnd (External language)
Ends a program that is using WINDEV.
Commands of the external interface
Constants for external files
List of constants used by the functions for managing external files....
1. Project and analysis
Sorts in a report
The sort is used to organize the information displayed in the report......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......