ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Android Control Center
Do you know where to find your application log files?...
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
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......
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
11. Controls in practice
Discover the main characteristics of the controls...
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
Constants for managing the User Groupware
List of constants used by the functions for managing the User Groupware....
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
FTP constants
List of constants used by the FTP functions....
16. Protecting access to the site: passwords
19. Sending emails
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
Creating a window skin template
ControlClone (Function)
Creates a new control from an existing control.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
XImage (Property)
The XImage property is used to get and change the initial X-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
Report based on a query
Queries are used to easily select records in one or more data files......