ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
<Scanner variable>.Property (Function)
Used to get and change the characteristics of a scanner.
<picLayer variable>.InvertColor (Function)
Inverts the colors of a picLayer variable.
<picLayer variable>.Resize (Function)
Resizes an image in a picLayer variable.
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
SQLExec (Function)
Names and runs an SQL query.
SaaSAdminListSite (Function)
Lists the SaaS sites declared in the database of a WEBDEV SaaS Webservice.
SaaSAdminDeleteUser (Function)
Deletes a SaaS user.
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
OrgOccurrence (Function)
Returns the number of elements found in an Organization Chart control.
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
OrgAddChild (Function)
Adds a child element into an Organization Chart control.
Token management functions (prefix syntax)
Token management functions in "Text token" Edit controls....
<Document variable>.Seek (Function)
Finds a character string in an entire Document variable.
<httpRequest variable>.ReadCookie (Function)
Returns the value of a cookie received further to an HTTP request.
<httpRequest variable>.ResetCookie (Function)
Deletes all the cookies (globally or for a domain) stored by the calls to HTTPRequest.
<EmailOutlookSession variable>.StartSession (Function)
Starts an Outlook section.
<emailSMTPSession variable>.StartSession (Function)
Starts an SMTP session.
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
<Image>.DrawText (Function)
Draws a text in an Image control.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
<List variable>.Info (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
<Queue variable>.Info (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
<Stack variable>.Info (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.