ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

redisResponse (Type of variable)
The redisResponse type makes it possible to define all the advanced characteristics of a response received by RedisExecuteCommand or RedisPipelineGet.
grAxisVisible (Function)
Configures how the axes are displayed in Line or Column charts.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
WordCount (Function)
Returns the number of words in a string.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
ModbusReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
Looper control functions
List of functions for managing Looper controls...
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
WordToArray (Function)
Fills an array with the words from a string.
Description of ParallelTask (Type of variable)
The Description of ParallelTask type is used to define the characteristics of a parallel task.
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
ExplorerRetrieve (Example)
Usage example of the ExplorerRetrieve function
ExplorerAccept (Example)
Usage example of the ExplorerAccept function
Handling a Control Template control through programming
The "Control template" control is used to display an existing control template......
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
HDeleteServerTrigger (Function)
Deletes a server trigger.
ServiceInfo (Function)
Returns information regarding the configuration of a service.
HPriorityClient (Function)
Modifies the priority of a client application.
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.