ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dBackground (Example)
Usage example of the dBackground function
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
MyParent (Reserved word)
MyParent is used to handle...
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a Pie chart, column of a Column chart, etc.). This function also gets the characteristics of the tooltip associated with each section of the chart. a custom tooltip, associated with a point....
Reverse (Function)
Returns the character that corresponds to the difference between the ASCII code of a specific character in a string and 255.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
HTransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions since the start of the transaction.
CheckUserIDentity (Function)
Allows you to check the real identity of the current user via biometrics check.
Comparison operators
The comparison operators can be divided into several categories......
SysStatusStorageCard (Function)
Returns the availability status of the storage card on the device.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
HChangeConnection (Example)
Usage example of the HChangeConnection function
2. Projects in practice
Discover the main operations that can be performed on a project....
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
HNext (Function)
Sets the position on the next data file record according to a browse item.