ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
LOOP statement
The statement block is repeated endlessly...
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
fEncrypt (Example)
Usage example of the fEncrypt function
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
<Source>.CreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
XMLDelete (Example)
Usage example of the XMLDelete function
xlsClose (Example)
Usage example of the xlsClose function
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
IF statement
The conditional IF statement allows you to run an action according to a condition...
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
WINDEV and telephony
WINDEV allows you to easily manage the incoming and outgoing phone calls via the WLanguage telephony functions......
WinEdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
Associating documents with the project
To describe a project in detail, you can associate documents with it......
HTTPGetResult (Example)
Usage example of the HTTPGetResult function
XMLModify (Function)
Modifies the content of the current element found in the XML document.
Table,Add (External language)
Adds an element to a Table control.
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
fReadLine (Example)
Usage example of the fReadLine function