ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV applications for Linux: Specific features
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
WDADMINEXE: Managing the setups in push
WDADMINEXE is used to deploy network applications in push via the "Push" tab......
iColumnEnd (Function)
Forces a column break in a multi-column report.
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
Dialog box management functions
List of functions for managing dialog boxes...
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
<Window>.ToSource (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<Source>.FromWindow (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
ErrorThrow (Function)
Throw a non-fatal error.
Error 1054: 'Ancestor' cannot be used outside the code of a class
Error 1021: The method of the class is not global
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
1. Project and analysis
The Multimedia control
The Multimedia control is used to play multimedia files......
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......
Error 1012: The class member is not global: it cannot be accessed from a global method
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...