ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
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.
grScatter3DProjection (Function)
Indicates whether the points found in a series of a 3D Scatter chart must be be projected on a given plane.
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....
DictionaryLoad (Function)
Indicates and loads the dictionary corresponding to a given language.
Constants for object visibility
List of constants for managing the visibility of an object....
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.
WinSize (Function)
WinSize: returns or modifies the window display mode (maximized, minimized or normal), modifies the window height and/or width, moves the window and modifies a window's height and/or width....
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.
TextToRTF (Function)
Converts text to Rich Text Format.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
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.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....