ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing bar codes
The use of bar codes to identify and manage products has become essential...
zipExtractFile (Example)
Usage example of the zipExtractFile function
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
fCompress (Example)
Usage example of the fCompress function
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
LooperSelectMinus (Function)
Deselects a row in a Looper control.
TableAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
Local procedure
Two types of procedures are available......
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
LooperSelectPlus (Function)
Selects a row in a Looper control.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
HDelete (Function)
Deletes a record from a data file (query or view).
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.