ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud (Google Drive, Microsoft OneDrive, etc.) or from one of the content managers installed on the device....
<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.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
<Table>.DisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
<fbSession variable>.Start (Function)
Used to authenticate and log in to Faceboook.
HTMLEditorGetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
<Source>.LogRestart (Function)
Restarts the logging process on a file.
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
Linestring2DAddPoint (Function)
Adds a new point to a 2D linestring.
MemcachedAssignKeyGroup (Function)
Modifies a key/value couple in the Memcached cache on a group of servers: If the key exists, the value is modified. If the key does not exist, the key/value couple is added....
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
HLogRecreate (Function)
Used to recreate an empty log.
TaskPrevious (Function)
Reads the task before the current task in a Lotus Notes or Outlook task list.
TaskNext (Function)
Reads the task after the current task in a Lotus Notes or Outlook task list.
<fbSession variable>.Request (Function)
Sends an HTTP request to the Facebook Graph API.
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).