ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MobileNetworkConnectionInfo (Function)
Returns information regarding the current connection to data on the mobile network.
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
The Web Camera control
...The Web Camera control is used to view a file that is refreshed at regular time intervals....
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
Switch control properties
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following WLanguage properties......
fLongName (Function)
Returns the long name of a file or directory.
fShortName (Function)
Returns the short name of a file or directory.
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
XAxisMin (Property)
The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
XAxisMax (Property)
The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
YAxisMax (Property)
The YAxisMax property gets the maximum value of the Y-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
<Page>.Display (Function)
Displays a web page in the user's browser....