ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described programmatically....
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ......
Print report (iPhone/iPad or Android)
When creating a report, the test of this report can be run from the report editor......
zipDeleteFileList (Function)
Deletes a list of files from an archive.
iParameterViewer (Function)
Configures the report viewer.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
13. External component in practice
External component in practice...
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
MyParent (Reserved word)
MyParent is used to handle...
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
Exist (Property)
The Exist property determines if the element of an associative array exists.