ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
<PolygonGeo variable>.Intersection (Function)
Returns a geometry representing the intersection between a geographic polygon and another geometry.
<Polygon2D variable>.Intersect (Function)
Checks whether the intersection of a 2D polygon and another geometry does not result in an empty set.
HTransactionInProgress (Function)
Used to find out whether a transaction is in progress.
spHash (Property)
The spHash property is used to: Get the algorithm used for salting an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the algorithm used for salting (only for "Password" items defined programmatically)....
spAge (Property)
The spAge property gets the time elapsed since the password was last changed.
<Source>.Read (Function)
Reads a record in a file according to a given record number.
Reintegrating translated text into a project
Once the translation of framework libraries ("......
nfcData (Variable type)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
spMatchesDescription (Property)
The spMatchesDescription property determines if the parameters (key derivation function, hash algorithm, iteration count and output length) of the item of type "Password" in the table match the parameters described programmatically or in the database schema.
<Source>.ErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
<Source>.Last (Function)
Sets the position on the last record of a data file according to a browse item.
<Source>.StatCalculate (Function)
Performs various statistical calculations on the file keys.
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
<Source>.FilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
<Source>.FilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.