ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
Handling the report blocks through programming
Each report block is associated with different events......
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.
EmulateConfirm (Function)
Emulates the next call to Confirm 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.
<Chart>.Parameter3DS (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last block. Change the page footer block options....
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.
<Camera>.Photo (Function)
Allows you to take a photo from an Android device with the properties of the Camera control passed as parameter.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
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....
EmulateMenu (Function)
Emulates the next menu that will be opened and automatically runs the menu option passed as parameter.
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
End of Document block
The End of document block is run once at the end of the report execution......
LOOP statement
The statement block is repeated endlessly...
iPrintBlock (Function)
Forces a report block to print.
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).