ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Chart>.Parameter3DS (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.
EmulateOKCancel (Function)
Emulates the next call to OKCancel and automatically clicks the button passed in parameter.
EmulateYesNo (Function)
Emulates the next call to YesNo and automatically clicks the button specified in parameter.
Error (External language)
Displays a dialog box containing an error logo and the message passed in parameter.
Info (External language)
Displays a dialog box containing an information logo and the message passed in parameter.
EmulateConfirm (Function)
Emulates the next call to Confirm and automatically clicks the button passed in parameter.
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
iParameter (Example)
Usage example of the iParameter function
Enumeration (Type of variable)
An enumeration is a set of values......
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
<Camera>.Photo (Function)
Allows you to take a photo from an Android device with the properties of the Camera control passed as parameter.
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
EmulateMenu (Function)
Emulates the next menu that will be opened and automatically runs the menu option passed as parameter.
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
How to manage enumerations programmatically?
How to manage a combination through programming?
A combination is a type of variabble containing a list of values....
8. Associating controls with data
8. Binding controls to data
A window can display information from......
Testing a project: setting
By testing the project you can simulate how the application will run......
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.