ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. The following files are automatically created
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
J2EE constants
List of constants used by the J2EE functions....
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
How to open a window?
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
The matrices
WINDEV, WINDEV Mobile and WEBDEV propose several functions used to handle matrices......
Multi-project search
Performing a search in the current project is a common operation......
Managing HFSQL Classic data files
The HFSQL Control Center allows you to fully manage HFSQL Classic data files......
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
Events associated with supercontrols
List of events associated with supercontrols...
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
3-tier architecture
The development in "3-tier" architecture is now simplified......
Fax constants
List of constants used by the functions for managing faxes....
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
14. Controls in practice