ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static control found in a report....
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
grPrint (Function)
Prints a chart.
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Events associated with List Box controls
List of events associated with List Box controls...
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
MyWindow (Reserved word)
MyWindow is used to handle the current window...
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
SilverLight control properties
List of properties associated with the SilverLight control...
URI constants
The following constants are used by URI-specific functions:...
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
HashFile (Example)
Usage example of the HashFile function
ParallelTaskExecuteAfterAll (Example)
Usage example of the ParallelTaskExecuteAfterAll function
MapAddMarker (Example)
Usage example of the MapAddMarker function
FolderData (Example)
Usage example of the FolderData function
ServiceInstall (Example)
Usage example of the ServiceInstall function