ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

GeometryContain (Function)
Determines if geometry A contains geometry B.
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).
HReadFirst (Function)
Sets the position on the first record according to a browse item.
GeometryCover (Function)
Determines if geometry A covers geometry B.
Comparison operators
The comparison operators can be divided into several categories......
GeometryCross (Function)
Compares two geometries and determines if their intersection spatially crosses.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
<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.
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
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....
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....
15. Creating the executable in practice
Creating the executable in practice...
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage User Groupware files in Client/Server mode....
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....
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......