ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Functions for managing the Combinations and Enumerations
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.
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
ServiceWait (Function)
Pauses the current service during the specified duration.
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
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).
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Case of internal window dequeues Modifies the currently displayed window. This modification is saved in the list of internal windows to scroll....
AssistedInputClose (Function)
Closes the list of values proposed by the assisted input for an edit control.
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.
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
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.