ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
NotifDeleteCategory (Function)
Deletes a notification category from the application.
WLanguage procedure called by AppDetectUPDAvailable
Procedure ("Callback") called by AppDetectUPDAvailable when an update for the active application is detected.
ModbusReadBit (Function)
Reads one or more bits from a Modbus slave, starting at a specific address.
ModbusReadRegister (Function)
Reads one or more registers from a Modbus slave, starting at a specific address.
RTFSearch (Function)
Finds a character string in an RTF control (found in a window or in a report) or in a character string containing text in RTF format.
ClipboardFormat (Function)
Identifies the format of information found in the clipboard.
HCloseAnalysis (Function)
Closes the current analysis.
ToolTipDelay (Function)
Used to modify: the timeout before displaying the tooltips. the display duration of the tooltips....
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
Select query description window: Actions applied
This help page presents the actions that can be performed from the description window of a query....
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
grScatter3DProjection (Function)
Indicates whether the points found in a series of a 3D Scatter chart must be be projected on a given plane.
URL (Property)
The URL property is used to get and change a URL.
Error
The Error keyword is used to manage the errors.
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
Use (External language)
Opens the specified window by closing all the windows opened beforehand.
RTFAddLink (Function)
Adds a link to a text section in an RTF Edit control.
TextToRTF (Function)
Converts text to Rich Text Format.
Properties associated with a window
List of properties associated with a window...
RTF control properties
List of properties associated with the RTF control...
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
HTTPSendForm (Function)
Sends an HTTP form.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.