ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Miscellaneous WEBDEV functions
List of various WEBDEV functions...
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.
<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.
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
<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.
Extracting messages added or modified since last extraction
A project was already created and translated......
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......
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
Installing and starting WDTRAD
<PolygonGeo variable>.Overlap (Function)
Determines if a geographic polygon overlaps another geometry.
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.
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.
CallDLL32 (Function)
Runs a function found in an external DLL.
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......