ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDMap: Add, modify and delete records in a table
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a table......
Database schema description window
The database schema description window includes all the characteristics and options of the current database schema......
tapiKeyPressed (Function)
Returns the history of the keys pressed on the phone keypad since the last call to tapiKeyPressed.
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
<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).
<Source>.Forward (Function)
Moves several records forward from the current position in the table, according to a specified item.
<Source>.ReadLast (Function)
Sets the position on the last record of a table according to a browse item.
HFilter (Function)
Defines and enables a filter on a table, view or query.
<Source>.ReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
<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.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
<Polygon2D variable>.Overlap (Function)
Determines if a 2D polygon overlaps another geometry.
GeometryIntersect (Function)
Checks whether two geometries have a non-empty intersection.
<PolygonGeo variable>.ConvexHull (Function)
Calculates the convex hull of the specified geographic polygon.
<PolygonGeo variable>.Contain (Function)
Determines if geometry A (of type geographic polygon) contains geometry B.
<Source>.Backward (Function)
Moves backward several records from the current position in the table, according to a specified item.
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
Extracting the text of the project
The following text can be extracted......
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
GPSGetPosition (Function)
Retrieves information about the current device position.