ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StatMin (Function)
Calculates the minimum value for a series of values.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
StatSum (Function)
Calculates the sum for a series of values.
StatVariance (Function)
Calculates the variance for a series of values.
StatMax (Function)
Calculates the maximum value for a series of values.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
pdfAttachment (Type of variable)
The pdfAttachment type is used to define all the advanced characteristics of an attachment in a PDF document.
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....
EmailAddress (Type of variable)
The EmailAddress type is used to handle an email address as well as its type (home, office, etc.).
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
Sensor constants
Constants used by the SensorXXX functions...
Operator on Address
The & operator returns the address of a variable as an integer
LeftMargin (Property)
The LeftMargin property is used to: Find out the left margin of a report. Modify the left margin of a report....
TopMargin (Property)
The TopMargin property is used to: Find out the top margin of a report. Modify the top margin of a report....
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......