ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Various constants
List of various constants used by the constants WINDEV functions....
ThreadMode (Function)
Changes the management mode of threads.
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
Self-contained executable
The executable will be stand-alone if the following elements are included in the executable......
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
rssEntry (Variable type)
The rssEntry type is used to handle a RSS feed entry...
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
Multi-project search
Performing a search in the current project is a common operation......
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
Programming an indexed control
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.