ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
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.
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.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
LOOP statement
The statement block is repeated endlessly...
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
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....
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
fDelete (Function)
Deletes a file accessible from the current computer.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
Automatic management of exceptions
The management of exceptions can be customized by process......