ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

grPieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
<Word Processing>.Undo (Function)
Undoes the last action performed on a Word Processing control.
<Image>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<mqttSession variable>.Connect (Function)
Used to connect to a MQTT server (also called "Broker").
<mqttSession variable>.Disconnect (Function)
Allows you to disconnect from a MQTT server (also called "Broker").
MCIRetrieve (Function)
Returns the last result of the MCI command run by MCIExecute.
<WDPic variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Variable gglDrive>DeleteFile (Function)
Removes a Google Suite file inside a Google Drive.
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
FinError (Function)
Returns the number of the last error caused by a Finxxx function (financial functions).
<Word Processing>.Redo (Function)
Restores the last undone action on a Word Processing control.
WDINT license agreement
<TreeMap>.Count (Function)
Returns the number of elements found in a TreeMap control.
<Looper>.Count (Function)
Returns the number of rows in a Looper control.
<Dashboard>.Count (Function)
Returns the number of widgets found in a Dashboard control.
<Table>.Count (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
Designing a supercontrol
A supercontrol is an advanced type of control......
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.