ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
SchedulerChangeMode (Function)
Modifies the period (which means the number of days) displayed by a Scheduler control.
fDirectoryExist (Function)
Checks the existence of a directory.
XMLClose (Function)
Closes an XML document created by XMLDocument.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
AssistedInputClose (Function)
Closes the list of values proposed by the assisted input for an edit control.
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
Page constants
List of constants used by page functions....
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
Functions for managing the Combinations and Enumerations
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
SMSReset (Function)
Resets all variables of SMS structure.
HCloseConnection (Function)
Closes a connection to a database.
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
grGridlines (Function)
Displays or hides the chart gridlines.
grLineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a line chart....
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.