ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
11. Internal components in practice
Internal components in practice...
WordCount (Function)
Returns the number of words in a string.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
Power (Function)
Raise a number to a power.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
10. Internal components in practice
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
ArrayDeleteAll (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....
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
fSelect (Example)
Usage example of the fSelect function
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.