ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating the Form pages of a WEBDEV RAD pattern
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
dModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image found: in an Image control, in an Image variable....
Creating and handling an item
The main operations that can be performed on an item are as follows......
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
dRectangle (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<Image>.ModifyContrast (Function)
Changes the contrast of an image contained in an Image control.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Creating the Table windows of the WINDEV RAD pattern
Creating the Form windows of a WINDEV RAD pattern
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Creating the Table pages of the WEBDEV RAD pattern
Resizing a window (AAF)
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
<Image variable>.ModifyContrast (Function)
Changes the contrast of an image in an Image variable.
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
dModifyContrast (Function)
Changes the contrast of an image contained: in an Image control, in an Image variable....
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
The Clickable Image control
The Clickable Image control can be used to......
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.