ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OrganizerWorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
<Organizer>.WorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
Constants for managing emails
List of constants used by the functions for managing emails....
Creating the Form windows of a WINDEV RAD pattern
Creating the Form pages of a WEBDEV RAD pattern
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
Twain constants
List of constants used by the Twain functions....
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
fMoveFile (Function)
Moves a file from one directory to another.
GglGetDocument (Function)
Downloads a document from the Google Docs service.
Creating the Vision pages of the WEBDEV RAD pattern
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
7. AJAX technology
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
grDestinationImage (Function)
Defines an Image variable as destination of a chart.
General environment of WINDEV
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
HDescribeConnection (Example)
Usage example of the HDescribeConnection function