ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server data files......
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
WLanguage procedure called by fListFile
WLanguage procedure ("Callback") called by fListFile for each file found.
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
HSetREP (Function)
Enables or disables the management of .REP file.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
iPrintImage (Function)
Sends the image file to print to the print buffer.
Referring to an element in a WLanguage event / process
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
SNMPTrapEnable (Example)
Usage example of the SNMPTrapEnable function