ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
spDerivation (Property)
The spDerivation property is used to: Get the key derivation function used to hash 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 key derivation function used for hashing (only for "Password" items defined programmatically)....
spLength (Property)
The spLength property is used to: Get the hash output length. This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the hash output length (only for "Password" items defined programmatically)....
spIterationCount (Property)
The spIterationCount property is used to: Get the iteration count of the hash algorithm used for an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Sets the iteration count of the hash algorithm used for an item of type "Password" (only for "Password" items described programmatically)....
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
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 described programmatically)....
spAge (Property)
The spAge property gets the time elapsed since the password was last changed.
GeometryCoveredBy (Function)
Determines if every point of geometry A lies inside or on the boundary of geometry B.
<Source>.Last (Function)
Sets the position on the last record of a table according to a browse item.
MultiLinestring2D (Variable type)
The MultiLinestring2D type can be used to store a collection of linestrings defined with 2D coordinates.
<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.
MultiPolygonGeo (Variable type)
The MultiPolygonGeo type can be used to store a collection of non-overlapping polygons defined with geographic coordinates.
PolygonGeo (Variable type)
The PolygonGeo type is used to define all the advanced characteristics of a geographic polygon.
TimeValid (Function)
Checks the time validity.
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site......
Activation key management functions
The following functions are used to manage activation keys:...
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
DatePicker (Function)
Opens the system date picker.
DateDifference (Function)
Calculates the number of days between two dates.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.