ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
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.
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
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.
2. WEBDEV administrator in practice
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
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......
Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes......
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
Designing a supercontrol
A supercontrol is an advanced type of control......
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
3. Managing sockets
WINDEV includes advanced socket management functions....