ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
Service variable
The Service variable is used to......
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.
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)....
PDFToText (Function)
Extract the text contained in an Document PDF.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
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.
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
Creating the Relation pages of a WEBDEV RAD pattern
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.
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......