ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
zipExeCreationParameter (Variable type)
The zipExeCreationParameter type is used to define all the information needed to create a self-extracting archive (.EXE file). This new variable type is available from WINDEV Suite SaaS 2025 Update 3....
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
SQLExec (Function)
Names and runs an SQL query.
xlsDocument (Variable type)
An xlsDocument variable is used to describe and modify an Excel document...
Constants for encryption/compression
List of constants used by the encryption/compression functions...
CtAccess (Property)
The CtAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
OpenIDParameters (Type of variable)
The OpenIDParameters type is used to define all the advanced features of an authentication for OpenID.
Functions for managing Google calendars (prefix syntax)
List of functions for managing Google calendars (prefix syntax)...
Generating the RAD pattern
To generate a RAD pattern:...
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
Logical operators
The logical operators are as follows......
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
eCurrencyName (Function)
Returns the caption of a currency.
FullTextIndex description (Variable type)
A FullTextIndex description variable is used to describe one or more full-text indexes programmatically.
SQLFirst (Function)
Positions on the first row of the query result.
Constant
The constants are language elements whose value is fixed once and for all...
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
fAttribute (Function)
Returns or modifies the attributes of a file.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....