ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......
CurrentWin (Function)
Identifies the window currently in edit.
Creating the Form windows of a WINDEV RAD pattern
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
Code snippets
The code editor allows you to enter "Code snippets"......
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
sfExecuteProcessResult (Type of variable)
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess...
ServiceWait (Function)
Pauses the current service during the specified duration.
AAF: Sort/Search/Filter on the columns of Table controls
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
WLanguage procedure called by fCopyDir
WLanguage procedure ("callback") called by fCopyDir for each copied file. This procedure is used to handle the current file.
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
The guide
The guide is a powerful search engine included in WINDEV, WEBDEV and WINDEV Mobile, allowing you to search for the referenced documents regarding a topic......
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.