ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.Out (Function)
Allows you to find out whether the record on which you want to be positioned is located outside the table, filter, view or query.
<Polygon2D variable>.Contain (Function)
Determines if geometry A (of type 2D polygon) contains geometry B.
<Polygon2D variable>.Difference (Function)
Returns a geometry representing the difference between a 2D polygon and another geometry.
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the table, filter, view or query.
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......
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
<Source>.FilterContains (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......
GeometryOverlap (Function)
Determines whether two geometries overlap.
<Source>.ActivateFilter (Function)
Enables the filter that was previously created for the specified table (view or query).
GeometryContain (Function)
Determines if geometry A contains geometry B.
GeometryCover (Function)
Determines if geometry A covers geometry B.
GeometryCross (Function)
Compares two geometries and determines if their intersection spatially crosses.
<PolygonGeo variable>.Equal (Function)
Determines whether two geometries are spatially equal, i.e. whether the first geometry is included in the second, and vice versa.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
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....
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......