ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ModbusReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top and bottom of the control......
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....
BrowserPlatform (Function)
Returns the user's browser platform....
UUDecode (Function)
Decodes a character string in UUEncode format.
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.
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
Looper control functions
List of functions for managing Looper controls...
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
WordToArray (Function)
Fills an array with the words from a string.
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Static control properties
List of properties associated with a Static control...
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
ToastDisplay (Function)
Displays a "Toast" message.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...