ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
zipClose (Function)
Closes an archive.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
TelemetryEnable (Function)
Enables the telemetry manually.
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
iCreateFont (Function)
Creates a new print font.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
eChangeCurrency (Function)
Converts a currency into another currency.
BrowserSlice (Function)
Returns the number of the slice displayed in a page in Responsive Web Design mode.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
MySelf (Reserved word)
MySelf is used to handle the current control...
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
zipOpen (Function)
Opens an existing archive.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
zipCreate (Function)
Creates an archive.
HDelete (Function)
Deletes a record from a data file (query or view).
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
Color constants
The color constants are mainly used in the chart functions, the print functions and the drawing functions......
SilverLight control properties
List of properties associated with the SilverLight control...
Social Network control properties
A Social Network control can be handled in a page by the following WLanguage properties......
FTPCommand (Function)
Sends a specific FTP command to a server.
zipExtractFile (Example)
Usage example of the zipExtractFile function