ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
ServiceInfo (Function)
Returns information regarding the configuration of a service.
HPriorityClient (Function)
Modifies the priority of a client application.
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
TelemetryAddMeasure (Function)
Adds a measure for a value or time sensor.
grAddTimeData (Function)
Adds data at a precise moment in a time chart.
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
HDeleteServerTrigger (Function)
Deletes a server trigger.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
MemFirst (Function)
Positions on the first element of a memory zone and returns the value of this first element.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
DocOpen (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
SocketRead (Function)
Retrieves a message sent by another socket.
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Creating an action plan
The action plans group all actions that will be performed by the software factory....
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.