ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
grCreate (Function)
Creates a specific type of chart.
Port (Property)
The Port property is used to identify and change a server connection port.
docFragment (Variable type)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
Import a list of requirements
The Project Management Hub allows you to import requirements......
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
pdfProtection (Variable type)
The pdfProtection type allows you to identify the protection options applied to a PDF document present in a variable of type pdfDocument. This new variable type is available from WINDEV Suite SaaS 2025 Update 3....
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
Certificate (Variable type)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
SQL functions for handling spatial data
Below are the main SQL functions that can be used to handle spatial data in SQL queries......