ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SaaS administrator - Dashboard
The dashboard of the SaaS Administrator is used to quickly view the main information regarding the SaaS sites of a WEBDEV Application Server......
Text (Property)
The Text property is used to get and modify text.
<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.
Polygon2D (Variable type)
The Polygon2D type is used to define all the advanced characteristics of a 2D polygon.
<Source>.ReadLast (Function)
Sets the position on the last record of a table according to a browse item.
<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.
Installing the monitoring robot
The monitoring robot includes three executables......
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
The Flexbox control
Flexbox is a standard layout system for web pages......
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
<DateTime type>.ToReal (Function)
Converts a date and time to an 8-byte real.
<DateTime type>.ToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
<Chart>.RealTimeInterval (Function)
Sets the time interval visible in a time chart with real-time display.
BTLEInitializeDevice (Function)
Initializes a Bluetooth Low Energy device in Windows.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.