ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
GglListDocument (Function)
Retrieves the list of documents available on the Google server for the current user.
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
SysValidHandle (Function)
Checks the validity of a window handle.
GglListContactByRequest (Function)
Retrieves a list of contacts from custom parameters.
The Check Box control
A Check Box can correspond to......
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
Handling the report blocks through programming
Each report block is associated with different events......
GglRequest (Function)
Sends a communication request (HTTP request) to a Google service.
Using an external component in an application
A component can be reused at any time in any application......
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
Creating a multilingual help system
The help editor allows you to easily create a multilingual help system......
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
Defining clickable areas
In a page, an Image control can contain clickable areas......
Sub-modeling
In a flexible modeling, the "Application", "Process" and "Choice" elements can be used to enter in a "sub-modeling"......
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
Creating a delete query
A delete query (corresponding SQL statement......