ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
LooperInsert (Function)
Inserts a row into a Looper control.
Value (Property)
The Value property is used to get and change the value of an element.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
RTFToHTML (Function)
Returns the HTML string corresponding to the specified RTF string.
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
XMLAddChild (Function)
Adds a child tag into an XML document.
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
pdfPage (Type of variable)
The pdfPage type is used to define all the advanced characteristics of a page from a PDF document loaded in memory.
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
grGradient (Function)
Enables or disables the display of color gradients in a chart.
zipClose (Function)
Closes an archive.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
BurnerVolumeName (Function)
Allows you to find out or modify the name of the CD or DVD to burn.
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
HState (Function)
Used to find out the state of a record.
UUDecode (Function)
Decodes a character string in UUEncode format.
Typecasting of parameters
The description of the parameter type is optional......
fWrite (Example)
Usage example of the fWrite function
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
dTransferToImage (Example)
Usage example of the dTransferToImage function