ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

URLExtractPath (Function)
Returns the various elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
DeleteAll (Function)
Deletes all 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....
StatSum (Function)
Calculates the sum for a series of values.
ToClipboard (Function)
Writes text or image information into the system clipboard.
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
Right (Function)
Extracts the last characters from a string or string buffer.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
ServiceStop (Function)
Stops a service.
fLock (Example)
Usage example of the fLock function
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Socket functions
List of functions for managing sockets...
ServiceStart (Function)
Starts a service.
DateToDay (Function)
Returns the day corresponding to a given date.
The "Line" charts
In the line charts, the data is interpreted as successive y-coordinates of points......
fUnlock (Function)
Entirely or partially unlocks an external file.
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
MatDelete (Function)
Deletes an existing matrix.
HRegenerateFile (Function)
Regenerates a data file from its log.
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....