ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Combination (Type of variable)
A combination is a set of options.
zipCreate (Function)
Creates an archive.
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or not the ribbon panes (as well as the buttons found). the export options available in the mini preview window....
MenuDelete (Function)
Deletes a menu or a menu option.
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
SpreadsheetSave (Function)
Saves the content of a Spreadsheet control in a file in XLSX format.
Destination (Property)
The Destination property is used to define: the destination of a backup. the result file of the request....
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
SpreadsheetRestorePositionAndSelection (Function)
Restores: the scrollbar position in a Spreadsheet control, the current worksheet, the elements selected in the current worksheet of Spreadsheet control. These elements have been saved by SpreadsheetSavePositionAndSelection....
diagRectangle (Type of variable)
The diagRectangle type is used to define all the advanced characteristics of a shape of type Rectangle.
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
DotNetDelegate (Function)
Initializes a.NET delegate.
Drop-down button
The drop-down button expands: a context menu. a popup window....
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
Describing an element
A flexible modeling includes different elements linked together......
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
WinCopyForm (Function)
Copies the content of a form into the clipboard.
MutexCreate (Function)
Explicitly creates a mutex.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexEnd (Function)
Signals that the thread frees the mutex.
MutexDestroy (Function)
Explicitly destroys a mutex.