ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Popup window
WINDEV allows you to open windows in popup format...
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
ModbusReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
TableGiveChild (Function)
Returns the "children" of an element (next level down) in a TreeView Table control.
ArrayToParameters (Function)
Converts an array of elements into a list of parameters.
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
SQLExec (Function)
Names and runs an SQL query.
dPolyline (Function)
Draws a line composed of multiple segments.
AnimationEnabled (Function)
Enables or disables the animations in the controls.
Code snippets
The code editor allows you to enter "Code snippets"......
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static Text control.
ControlToSource (Function)
Assigns the control value to the source of a control link.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
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.
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.
DurationToString (Function)
Converts a duration to a character string in the specified format.
TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.