ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
URI functions
The following functions are used to manage URIs...
<Table>.DisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
HTMLEditorGetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
HTMLEditorToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
<Source>.ChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
<Source>.LogInfo (Function)
Adds comments to the log when saving the operation.
<Source>.LogRestart (Function)
Restarts the logging process on a file.
<Source>.LogStop (Function)
Stops the log process of a file.
Table control functions
List of functions specific to Table controls...
SemaphoreCreate (Function)
Creates a semaphore.
<fbSession variable>.Request (Function)
Sends an HTTP request to the Facebook Graph API.
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
Linestring2DAddPoint (Function)
Adds a new point to a 2D linestring.
FTPRemoveDir (Example)
Usage example of the FTPRemoveDir function
FTPDeleteFile (Example)
Usage example of the FTPDeleteFile function
fCopyDir (Example)
Usage example of the fCopyDir function
FTPListFile (Example)
Usage example of the FTPListFile function
zipClose (Example)
Usage example of the zipClose function
fTempFile (Example)
Usage example of the fTempFile function
EmailUpdate (Example)
Usage example of the EmailUpdate function
GglGetStaticMap (Example)
Usage example of the GglGetStaticMap function
fCompare (Example)
Usage example of the fCompare function