ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
SOAPGetResult (Function)
Returns the result of the last SOAP procedure that was successfully run.
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
dRoundedRectangle (Function)
Draws a rounded rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
EmailSetTimeOut (Function)
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
Managing assertions
...The main available features are as follows:...
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Service variable
The Service variable is used to......
Ribbon control properties
The WLanguage properties can be used to handle: a Ribbon control found in a window. a pane of a Ribbon control. a grouping of a Ribbon control....
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
Deployment diagram
A deployment diagram shows the physical layout of the hardware components (nodes) used in a system as well as the association between the executable programs and these components......
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......