ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
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....
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
<Source>.FilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
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).
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Reports
A report provides a custom view of data......
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Windows
The windows represent the main interface of a WINDEV application......
SQLExec (Function)
Names and runs an SQL query.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
Database of the Control Centers
The database of Control Centers groups various information shared by the different modules found in WINDEV, WEBDEV and WINDEV Mobile......
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
HReadSeek (Example)
Usage example of the HReadSeek function
HForward (Example)
Usage example of the HForward function