ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Generating a class diagram
The generation is used to create the WINDEV classes ("......
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Aliases on data files: HAlias
The aliases are used to handle......
zipFindFile (Example)
Usage example of the zipFindFile function
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify the base width used to anchor the controls in "width". Find out the initial width of a report control....
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts 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.
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
TableAddChild (Example)
Usage example of the TableAddChild function
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
BuildBrowsingTable (Example)
Usage example of the BuildBrowsingTable function
zipListFile (Example)
Usage example of the zipListFile function
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Other operators
The following are additional operators......
Copying controls from the page editor
The controls can be copied from the page editor......
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......