ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
Camera/Video functions (prefix syntax)
Closes the current browser window and stops the execution of the current code....
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
Organizer control linked to a table or to a variable
It is possible to create Organizer control fields directly linked to data.....
2. Analysis in practice
<Source>.StatCalculate (Function)
Performs various statistical calculations on the file keys.
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Video functions
List of video functions...
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
2. Projects in practice
Discover the main operations that can be performed on a project....
Referring to an element in a WLanguage event / process