ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing the monitoring robot
The monitoring robot includes three executables......
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
diagLayout (Type of variable)
The diagLayout type is used to define all the layout characteristics of a diagram.
MemRetrieve (Function)
Retrieves the return value of an element found in a memory zone.
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
MatMultiply (Function)
Multiplies two matrices.
inAppCheckSubscription (Function)
When starting the iOS application, checks whether the In-App subscriptions have been renewed.
MatTranspose (Function)
Calculates the transposed matrix.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
DurationToString (Function)
Converts a duration to a character string in the specified format.
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
Configuring the Apache server (1.3.x and 2.0.x)
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.