ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LOOP statement
The statement block is repeated endlessly...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) found in the company......
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....
LooperAddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
ChangeStyle (Function)
Modifies the style of a control dynamically.
26. Style sheets: to simplify the layout
Associating documents with the project
To describe a project in detail, you can associate documents with it......
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
Describing an element
A flexible modeling includes different elements linked together......
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control......
HMergeView (Example)
Usage example of the HMergeView function
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
Creating the Relation pages of a WEBDEV RAD pattern
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.