ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
SQLFirst (Example)
Usage example of the SQLFirst function
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
Border of controls
One of the most important elements of control style is its border......
J2EE constants
List of constants used by the J2EE functions....
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
ThreadSuspend (Function)
Temporarily suspends the execution of the specified thread. Function not recommended.
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
Error 35: 'Continue' is available in the loops only
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HPass (Function)
Defines the password used to create or open a data file.
HCheckStructure (Function)
Defines the mode for comparing data files.
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
WDXView : Use
This help page presents the different features of WDXView......