ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
14. Managing the "Back" button in practice
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
SpreadsheetClose (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
Step 6: User Groupware settings
If the site is configured to use the user groupware, the parameters of the groupware database can be configured during the setup......
<Source>.ModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
zipDeleteFile (Function)
Deletes a file from an archive.
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
HModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
Universal replication
The purpose of universal replication is to keep several databases synchronized......
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
Global procedure/function
A global procedure can be used in all the processes or events of the project....