ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
zipDeleteFileList (Function)
Deletes a list of files from an archive.
Vocabulary linked to replication
Before implementing the replication, you must be familiar with the vocabulary specific to the replication.
Using several libraries in an application
A library is a WDL file that contains all the resources......
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
TableMode (Function)
TableMode is kept for backward compatibility.
Constants for managing tiles
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
Print constants
List of constants used by the print functions....
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
WDTRAD license agreement
WDTRAD license agreement...
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
pdfSignature (Type of variable)
The pdfSignature type is used to define the advanced characteristics of the signature that will be applied to a PDF file when signing an existing PDF (via PDFSign).
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
WDTestSite: Load test
The stress tests are used to check......
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......