ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
fOpenTempFile (Function)
Creates and opens a temporary file.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
ErrorThrow (Function)
Throw a non-fatal error.
ChronoReset (Function)
Stops and resets a running stopwatch.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
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.
zipOpenRAR (Function)
Opens an existing archive in RAR format.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
StringInsert (Function)
Inserts a string into another character string at a given position.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
LuhnCalculate (Function)
Calculates the next Luhn check digit for a given sequence.
LuhnCheck (Function)
Checks that the given sequence is valid according to the Luhn formula.
LOOP statement
The statement block is repeated endlessly...
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both in the window editor and programmatically......
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
SQLChangeConnection (Function)
Modifies the current connection.
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......