ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Connection variable>.InfoItemRights (Function)
Gets the rights granted to a user or group on an item.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
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....
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
<LinestringGeo variable>.AddPoint (Function)
Adds a new point to a geographic linestring.
<PolygonGeo variable>.Touch (Function)
Determines whether a geographic polygon touches another geometry.
Geometry (Variable type)
The Geometry type can be used to store any type of geometry: point, polygon, etc.
Test of a query
The query editor allows you to run the test of query result......
HReadFirst (Function)
Positions on the first file record according to a browse item.
LinestringGeoAddPoint (Function)
Adds a new point to a geographic linestring.
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
<Source>.LockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
<Source>.DuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
<Source>.Cross (Function)
Crosses a record in a data file.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
<Source>.First (Function)
Sets the position on the first record of a data file according to the specified browse item.
<Connection variable>.SetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
<Source>.Delete (Function)
Deletes a record from a data file (query or view).