ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HWatch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a table present on an HFSQL server. In case of modification, a specific procedure can be triggered.
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
WINDEV License Agreement
WINDEV License Agreement...
OpenMobileWindow (Function)
Opens a window in a mobile application.
ImageXPos (Function)
Returns the horizontal position (X) of the mouse cursor in relation to the specified Image control.
RGB (Function)
Defines a color from its Red, Green and Blue components.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
ChangeSkinTemplate (Function)
Dynamically changes the theme: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
NbLabelCopy (Property)
The NbLabelCopy property is used to: Get the number of copies of identical labels. Change the number of copies of identical labels....
System constants
List of constants used by the system functions....
ocrOption (Variable type)
The ocrOption type is used to define all the general options of the native OCR (Optical Character Recognition) system.
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
CertificateClientInfo (Function)
Returns information about the certificate used by the client computer.
Constant
The constants are language elements whose value is fixed once and for all...
MapImage (Type of variable)
The MapImage type is used to define the characteristics of an image to be drawn on the map displayed in a Map control.
docFragment (Variable type)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
EmailSaveAttachment (Example)
Usage example of the EmailSaveAttachment function
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
Switch control properties