ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
<Source>.Add (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
TestError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
fDelete (Function)
Deletes a file accessible from the current computer.
WordToArray (Function)
Fills an array with the words from a string.
BurnerVolumeName (Function)
Allows you to find out or modify the name of the CD or DVD to burn.
InfoBuild (Function)
Displays a custom message in a system information window.
HViewToFile (Example)
Usage example of the HViewToFile function
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
FTPRenameFile (Example)
Usage example of the FTPRenameFile function
fTempFile (Example)
Usage example of the fTempFile function
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
zipMerge (Example)
Usage example of the zipMerge function
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
LooperInsertLine (Function)
Inserts a row into a Looper control.
HTTPCreateForm (Function)
Creates an HTTP form.
FTPMakeDir (Example)
Usage example of the FTPMakeDir function
zipCurrentFile (Example)
Usage example of the zipCurrentFile function
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Compile (Example)
Usage example of the Compile function