ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
XMLSavePosition (Function)
Stores the current position in the XML document.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
10. Internal components in practice
11. Internal components in practice
Internal components in practice...
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
WordToArray (Function)
Fills an array with the words from a string.
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
EncryptStandard (Example)
Usage example of the EncryptStandard function
SocketRead (Function)
Retrieves a message sent by another socket.
17. TLS/SSL: Encrypting information on the Web
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.