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....
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
LOOP statement
The statement block is repeated endlessly...
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
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.
Glossary
The glossary lists all the abbreviations used in the code editor......
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
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.
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
Creating a flexible modeling
To create a new flexible modeling, you can......
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
WEBDEV Application Server for Linux - Overview
WEBDEV is a full development environment devoted to Internet and Intranet......
Charact (Function)
Returns the character corresponding to the specified ASCII code.
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
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....
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....