ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
HMode (Function)
Changes the mode and the method for locking data files.
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
9. Types of standard controls
Types of standard controls...
iParameterPDF (Example)
Usage example of the iParameterPDF function
sEndEvent (Function)
Disables the detection of an event on a serial port.
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
DiagramGroup (Function)
Creates a group from the elements selected in the Diagram Editor control.
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
fCopyDir (Example)
Usage example of the fCopyDir function
DotNetRun (Function)
Runs a procedure on a .Net server.
WebSocketSend (Function)
Sends a message from the WebSocket server to the client.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
SQLFirst (Example)
Usage example of the SQLFirst function
HChangeKey (Example)
Usage example of the HChangeKey function
fWrite (Example)
Usage example of the fWrite function
ContactAdd (Example)
Usage example of the ContactAdd function
fWriteLine (Example)
Usage example of the fWriteLine function
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
fUnlock (Function)
Entirely or partially unlocks an external file.
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...