ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HChangeKey (Function)
Changes the browse item.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
<Source>.Forward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
<Source>.SeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
<Source>.Backward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
<Source>.Filter (Function)
Defines and enables a filter on a data file, view or query.
<Source>.ReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
<Source>.ReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
<Source>.ReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
HFilter (Function)
Defines and enables a filter on a data file, view or query.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Extracting the text of the project
The following text can be extracted......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
Installing and starting WDTRAD