ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

End of break block
The End of break block is optional......
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
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....
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
fReportsAndQueriesDir (Function)
Returns: the full path of the directory for the custom reports and queries. This directory corresponds to the directory of the reports and queries visible by the user who created them. the full path of the directory for the shared reports and queries. This directory corresponds to the directory of the reports and queries visible by all the application users....
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later......
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
AAF: Sort/Search/Filter on the columns of Table controls
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Cardinalities
The cardinalities are used to count the links between the files......
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
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......
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
fImageSelect (Function)
Opens the image picker of Windows.
DatePicker (Function)
Opens the system date picker.
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
ERR_BAD_COMMANDLINE
ERR_BAD_COMMANDLINE error...