ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
WINDEV License Agreement
WINDEV License Agreement...
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
SSLActive (Function)
Used to enable or disable the secure SSL mode.
11. Popup page
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times...
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
Associating an identifier with an element found in a TreeView control
The different methods to associate an identifier with an element found in a TreeView control....
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
2. Managing emails (POP3/IMAP/SMTP)
POP3/IMAP and SMTP are email management protocols recognized by all service providers...
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
TimeValid (Function)
Checks the time validity.
PDF Reader control and PDF file management constants
PDF Reader control and PDF file management constants...
ExpandedImage (Property)
The ExpandedImage property is used to: find out and modify the default image associated with an expanded row in a TreeView Table control. find out and/or modify the default image associated with an expanded row in a TreeView control. find out and modify the image associated with a specific expanded row in a TreeView Table control. find out and modify the image associated with an expanded row in a treeview item of a "TreeView table" report....
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.