ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

1. Examples provided with WINDEV Mobile
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
Events associated with windows
List of events associated with windows...
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
WDTRAD options
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Archiving function constants
List of constants used by the archiving functions....
Handling the checks
The monitor of the monitoring robot allows you to access the different checks started by the monitoring robot......
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top and bottom of the control......
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....