ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
SysCacheExternalStorage (Function)
Returns the path of directory that will be used to store the data in cache on the external storage space of application.
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
Breadcrumb control properties
The WLanguage properties are used to handle the Breadcrumb control as well as one of its elements......
fDirRename (Function)
Renames a directory.
FTPRemoveDir (Example)
Usage example of the FTPRemoveDir function
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
zipClose (Example)
Usage example of the zipClose function
fTempFile (Example)
Usage example of the fTempFile function
TestError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
InfoBuild (Function)
Displays a custom message in a system information window.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
FTPRenameFile (Example)
Usage example of the FTPRenameFile function
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
zipMerge (Example)
Usage example of the zipMerge function
HTTPCreateForm (Function)
Creates an HTTP form.
ReplicOpen (Function)
Opens a replication in direct mode or with a replication server.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
HViewToFile (Example)
Usage example of the HViewToFile function
Compile (Example)
Usage example of the Compile function
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
<Source>.Add (Function)
Add: 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)....
FTPMakeDir (Example)
Usage example of the FTPMakeDir function