ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
Creating a table in a report
Tables can be created in a report......
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
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....
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Power (Function)
Raise a number to a power.
ErrorThrow (Function)
Throw a non-fatal error.
zipOpenRAR (Function)
Opens an existing archive in RAR format.
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.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
LOOP statement
The statement block is repeated endlessly...
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.