ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV and the SOAP protocol
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
SaaSReadSiteParameter (Function)
Reads an information specific to the client for the current SaaS site.
ComponentLoadAll (Function)
Recursively loads in memory all the external components used in the project.
grTimeLevelMask (Function)
Defines the display mask for a level of time scale in a chart.
SaaSAdminConfigureCurrency (Function)
Configures the currency used in the connection reports of the SaaS system.
SysStatusExternalStorage (Function)
Returns the availability status of the external storage space of the device.
SpreadsheetGetSortInfo (Function)
Returns various information about the sort performed in a Spreadsheet control.
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.
<Chart>.TimeLevelMask (Function)
Defines the display mask for a level of time scale in a chart.
USING IN (Stopwatch)
The statement USING ... IN allows you to automatically start and stop a stopwatch.
saasVisit (Type of variable)
The saasVisit is used to find out all the characteristics of a SaaS user's visit....
<TreeView Table>.SortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
<emailIMAPSession variable>.ChangeFolder (Function)
Modifies the current folder in the messaging software using the IMAP, ...
Developing an application: the different steps
This diagram presents the different steps for developing an application with WINDEV......
IF statement
The conditional IF statement allows you to run an action according to a condition...
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
GglDisconnect (Function)
Disconnects the user from the Google services used. During the next re-connection, the authorizations linked to the Google services will be asked again.
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
Variable scope
Variables can be declared anywhere in the code....
The Slider control (in a window)
A slider control is used to select a value between two bounds......