ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
WLanguage procedure called by OpenDocument
WLanguage procedure ("callback") called by OuvreDocument after the edit window is closed. This procedure can be a local, global or internal procedure.
Termination (Property)
The Property Termination is used to define the Procedure WLanguage executed when moving to the next/previous step or at the end of the guided tour....
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Legend (Property)
The Legend property is used to: Find out the label of a series. Modify the label of a series....
HRplManageFile (Function)
Defines the options used for the universal replication of a file: the replication direction. the management mode of conflicts....
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
InWindowsPhoneMode (Function)
Indicates whether the code is run in Windows Phone mode. Function kept for backward compatibility....
UploadCurrentFileSizeSent (Function)
Returns the size (in bytes) already sent for the file currently uploaded via an Upload control.
ShapeExtremitySize (Property)
The ShapeExtremitySize property is used to identify and change the size of the shape at the beginning and end of a Wire control.
InUniversalWindowsAppSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows 10 App mode.
<Upload>.CurrentFileSizeSent (Function)
Returns the size (in bytes) already sent for the file currently uploaded via an Upload control.
AAFImportParameter (Function)
Loads all customizations made via AAFs (Automatic Applications Features) that have previously been saved to a file.
SiteAddress (Function)
Returns the Internet address for connecting to a dynamic WEBDEV site (in Session mode) found on the same server.
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
16. Java applications in practice
Java applications in practice...
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min