ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The different types of integers
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Reals
OCRAddLanguage (Function)
Adds a language to the native OCR system.
Edit options of a report
The report editor allows you to......
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Mobile Image Editor control properties
You can manipulate Mobile Image Editor controls in a window using the following WLanguage properties......
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
5. Displaying a WEBDEV Session site
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
Properties associated with tabs of Sidebar controls
List of properties associated with the tabs of Sidebar controls...
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
Events associated with Internal Page controls
List of events associated with internal pages and Internal Page controls
_VisiteGuideeEtapeBulle (Type of variable)
Le type _VisiteGuideeEtapeBulle permet de définir toutes les caractéristiques avancées d'un XXX....
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.