ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Link properties
When creating a link, you can simply specify the destination......
HSetLog (Function)
Enables or disables log management on a file.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
PageFromSource (Function)
Automatically updates the controls of a 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. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Environment of the query editor
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
Developing 64-bit sites
You can deploy 64-bit compatible sites......
WDAdminHF: Saving the databases
The remote HFSQL administrator allows you to create backups of HFSQL Client/Server data files......
AppleID (Type of variable)
The AppleID type corresponds to the identifier resulting from a successful Apple ID authentication.
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Break in a report
The break is used to group the records corresponding to a sort criterion......
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native SQL Server Access), the connection can still be configured in WDSQSINS (supplied with the Native SQL Server Connector)......
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Camera control in a mobile application
The Camera control is used to......
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
Creating the Relation windows of a WINDEV RAD pattern