ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
Component (Property)
The Component property configures the different components of a composite key.
FutureHeight (Property)
The FutureHeight property is used to determine how high an auto-resizing control in a report will be after being enlarged.
PageByPagePrint (Property)
The PageByPagePrint property is used to: Ask a report to be printed page by page. Each page of the report will be sent separately to the printer spooler. Find out the print mode of the report (page by page or all at once)....
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
MyWindow (Reserved word)
MyWindow is used to handle the current window...
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
mongoFindOption (Type of variable)
The mongoFindOption type is used to define the advanced characteristics of a search in a MongoDB database.
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
OperationLogDirectory (Property)
The OperationLogDirectory property is used to manage the directory of the operation log file associated with a data file.
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......
List of reserved words
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......