ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
FTPConfigure (Function)
Modifies the behavior of standard FTP functions.
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
LOOP statement
The statement block is repeated endlessly...
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
Chart: Managing legends
Several types of legends are supported in the charts......
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
Truncate (Function)
Truncates the right part of a string or buffer.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
Error 116: An array dimension must be an integer value
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
ContactSelect (Function)
Displays the list of contacts found on the device (Android, iPhone or iPad, Universal Windows).
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
Designation of current element (Reserved word)
The keywords used to identify the current element are:
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......