ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
SocketConnect (Function)
Connects a client computer to a given socket.
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
ListInfo (Function)
Gets the type and number of elements in a WLanguage list. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
OpenMobileWindow (Function)
Opens a window in a mobile application.
LOOP statement
The statement block is repeated endlessly...
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
EventCreate (Function)
Creates an event.
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
fRename (Function)
Modifies the name of a file.