ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
<Source>.FilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
<Source>.ActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
Sub-query
A sub-query is a query whose result is used by another query......
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Reports
A report provides a custom view of data......
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
Windows
The windows represent the main interface of a WINDEV application......
Query
The keyword "Query" is used to describe:
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Operations in a Select query : add and delete
The following paragraphs present......
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Items used in a select query
A query created in the query editor can contain several types of items......
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....