ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
docFormatting (Type of variable)
The docFormatting type is used to define the formatting characteristics of an element in a Word Processing document.
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......
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
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 cookies
A cookie is an easy way to temporarily store information on the user's computer......
FTPSend (Example)
Usage example of the FTPSend function
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
Constants for encryption/compression
List of constants used by the encryption/compression functions...
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......
FilterProcedure (Property)
The FilterProcedure property allows you to get and modify the procedure used to apply a filter on a row or column header when calculating a Pivot Table control.
LabelNumberToStart (Property)
The LabelNumberToStart property is used to: Find out the number of the label on the label sheet from which the print will be performed. Modify the number of the label from which the print will be performed on the label sheet....
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
ThreadPause (Function)
Pauses the current thread during the specified duration.
Multimedia control properties
List of properties associated with the Multimedia control...
Linear Looper control properties
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
HFSQL constants
List of constants used by the HFSQL functions....
Animation (Property)
The Animation property animates an image.
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.