ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MaxZoom (Property)
The MaxZoom property is used to get the maximum zoom value that can be used for the Camera control (for the camera in use).
LastDayOfYear (Function)
Returns the date of the last day of the year.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
DateToDay (Function)
Returns the day that corresponds to a given date.
Age (Function)
Returns the age according to the date of birth.
RGBBlue (Function)
Returns the blue component of an RGB color.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
<Calendar>.Select (Function)
Returns the date selected in a Calendar control.
MinZoom (Property)
The MinZoom property is used to get the minimum zoom value that can be used for the Camera control (for the camera in use).
<Date type>.ToDay (Function)
Returns the day that corresponds to a given date.
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
SOAP constants
List of constants used by the SOAP functions....
WINDEV and the SOAP protocol
Writes a message intended to another socket....
SOAP functions
List of SOAP functions...
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
SOAP functions (prefix syntax)
List of SOAP functions...
Handling Gantt Chart controls programmatically
Implement journaled replication: Modify database schema
Log-based replication can be implemented in the data model editor......