ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
Local network (LAN) setup
Deploying a setup on a local area network (LAN) involves installing and updating a WINDEV application via a reference server,....
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
Configuring the connection with WDSQSINS
For compatibility with previous versions of the SQL Server Native Connector (also known as SQL Server Native Access), it is still possible to configure the connection in the WDSQSINS software (delivered with the SQL Server Native Connector)......
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
<Array>.Union (Function)
Returns an array corresponding to the union of two arrays. Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
HModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
ContactDelete (Function)
Deletes the current contact: from a Lotus Notes or Outlook address book. in the Phone contacts list (Android, iPhone or iPad)....
<ftpConnection variable>.DirExist (Function)
Checks for a directory on an FTP server. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
tapiDialerDisplay (Function)
Opens the default telephony application (dialer) and displays the specified number. No call is made.
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
25. Performing a process on several successive pages
Performing a process on several successive pages...
BTActivate (Function)
Enables or disables the management of Bluetooth on the device.
Key and referential integrity
In a database schema, the "Key" items are also used to manage the consistency of data (called referential integrity)......
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
Compilation instruction: IF TargetExecution
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
Segmented Button control
The Segmented Button control can be understood as a set of ON/OFF buttons grouped together in a single control......
mongoCollection (Variable type)
The mongoCollection type is used to define the advanced characteristics of a collection in a database of a MongoDB server.