ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
zipInfoFile (Example)
Usage example of the zipInfoFile function
Print modes of a report
Several print modes are available for a report....
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
LogBackupDirectory (Property)
The LogBackupDirectory property is used to manage the backup directory of log files.
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
CtDescribedUserName (Property)
The CtDescribedUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
The Multimedia control
The Multimedia control is used to play multimedia files......
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
gglNotification (Type of variable)
The gglNotification type is used to define information about event notifications in a calendar.
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
UMCActive (Function)
Used to find out and modify the activation of UMC management (User Macro-Code).
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
fAttribute (Example)
Usage example of the fAttribute function
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
fRename (Example)
Usage example of the fRename function
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
HAdd (Example)
Usage example of the HAdd function
grParameter (Function)
Retrieves or modifies a chart parameter.
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
HDeclare (Example)
Usage example of the HDeclare function