ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MatNbColumn (Function)
Returns the number of columns found in a matrix.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
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.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
Partial indexing of memos
You now have the ability to index the content of a text memo item......
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
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.
Creating the Table pages of the WEBDEV RAD pattern
MatNbLine (Function)
Returns the number of rows found in a matrix.
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
grCategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
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.
PVTFilter (Function)
Enables or disables a filter on a Pivot Table control.
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.