ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
<Array>.Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
<Array>.AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
<Array>.AddSorted (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....
<emailIMAPSession variable>.AddFolder (Function)
Adds a folder into the messaging software using IMAP (Internet Message Access Protocol), ...
<AutomaticEvent variable>.Wait (Function)
Locks the current thread while waiting for the specified event to be opened.
<ManualEvent variable>.Close (Function)
Closes a synchronization event between several threads.
<ManualEvent variable>.Open (Function)
Opens a synchronization event between several threads.
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
spAge (Property)
The spAge property gets the time elapsed since the password was last changed.
<Toast>.Display (Function)
Displays a "Toast" message.
<btleDevice variable>.Disconnect (Function)
Used to disconnect from a Bluetooth Low Energy device.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
IntegerPart (Property)
The IntegerPart property is used to configure Numeric items.
DecimalPart (Property)
The DecimalPart property is used to configure Numeric items.
CertificateSelect (Function)
Opens a window for selecting the certificates. The listed certificates are the certificates installed in the personal store.
Managing contacts (mobile devices)
In your mobile applications, you have the ability to directly manage the contacts of your mobile device (Android, iPhone, iPad, Universal Windows)....
iParameterWatermark (Function)
Adds a watermark into a report (report created in the report editor or printed report).
StringSplit (Function)
Extracts all the substrings from a character string based on one or more string separators.
hbDeleteTable (Function)
Deletes an HBase table.
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
Facebook functions (prefix syntax)
List of Facebook functions...
<upnpService variable>.ExecuteAction (Function)
Runs an action on the UPnP service.
BTLEInitializeDevice (Function)
Initializes a Bluetooth Low Energy device in Windows.