ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing the monitoring robot
The monitoring robot includes three executables......
grScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
fDirSize (Function)
Returns the size of a directory in bytes.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
2. Analysis in practice
Popup window
WINDEV allows you to open windows in popup format......
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
Google document management functions
List of functions for managing Google documents...
InvalidInputShowMessage (Function)
Displays an invalid input error for the specified control.
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
SchedulerDeleteResource (Function)
Deletes a resource from a Scheduler control.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
TableAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
Typecasting of parameters
The description of the parameter type is optional......
HChangeKey (Function)
Changes the browse item.
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
Array management functions
List of functions for managing arrays...
StreamConfigure (Function)
Specifies the network parameters required to use the Conference controls on Internet.
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......