ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query of the current context.
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
SpreadsheetSave (Function)
Saves the content of a Spreadsheet control in a file in XLSX format.
fMoveDir (Function)
Moves a directory and its content.
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
Handling a Breadcrumb control through programming
The Breadcrumb control can be handled through programming......
Programming patterns
CAUTION......
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
Describing the replicated files (ReplicEdit)
A replication includes one or more data files......
Creating a Pivot Table control
To create a Pivot Table control......
Handling TimeLine controls programmatically
A TimeLine control can be......
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc....
MenuState (Function)
Identifies the state of a menu option (context menu or drop-down menu): active, inactive or invisible.
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration......
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
The Check Box control
A Check Box can correspond to......