ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
<Source>.Previous (Function)
Sets the position on the previous record of the table according to a browse item.
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
HNext (Function)
Sets the position on the next table record according to a browse item.
HChangeKey (Function)
Changes the browse item.
<Source>.ChangeKey (Function)
Changes the browse item.
HAdd (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
<Source>.Version (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....
<Source>.Next (Function)
Sets the position on the next table record according to a browse item.
<Source>.Add (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
HStatCalculate (Function)
Collects statistics on table keys.
<Source>.ReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
HPrevious (Function)
Positions on the previous file record according to a browse item.
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....
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).
<Source>.Filter (Function)
Defines and enables a filter on a table, view or query.
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......
<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.
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)....