ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site...
<redisConnection>.PipelineAdd (Function)
Adds a Redis command in a pipeline.
<redisConnection>.ExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
GuidedTourInfo (Function)
Returns information about a guided tour.
<GuidedTour>Info( Function)
Returns information about a guided tour.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
<Thread>.RequestStop (Function)
Sends a stop request to a thread.
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
grDraw (Function)
Draws a chart according to the specified parameters.
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
grSeriesColor (Function)
Initializes the color of a series or the color of a section.
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
grScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
AppActivateVersion (Function)
Activates one of the application versions available in the history of versions on the reference setup server.
ThreadRequestStop (Function)
Sends a stop request to a thread.
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
WinEditMode (Property)
The WinEditMode property is used to determine and configure the actions allowed on a window and its controls when the window switches to "UI modification by end user" mode.
WinEditAllowed (Property)
The WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
RedisExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
RedisPipelineAdd (Function)
Adds a Redis command in a pipeline.
OpenIDReadIdentity (Function)
Retrieves the identity of a user contained in an AuthToken variable.
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.