ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server data files......
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
Drop-down button
The drop-down button expands: a context menu. a popup window....
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors....
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Report controls
Several types of controls can be handled in a report created by the report editor......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
12. Universal replication
13. Universal replication
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Configuration of Apache 2.4 server
WEBDEV Development: Configuration of the Apache 2.4.x server for the CGI protocol and for WEBDEV sites....