ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
BrowserPlatform (Function)
Returns the user's browser platform....
HModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
zipExtractAll (Example)
Usage example of the zipExtractAll function
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
HPriorityClient (Function)
Modifies the priority of a client application.
BrowserType (Function)
Returns the type of browser used by the Web user.
BurnerMediaInfo (Function)
Retrieves the characteristics of the CD/DVD found in the current burner....
FinPaymentNb (Function)
Returns the number of payments required to pay off a capital according to a given rate.
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....