ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Image drawing and processing functions (prefix syntax)
List of image drawing and processing functions (prefix syntax)...
<emailNotesSession variable>.SendMessage (Function)
Sends an email using the Lotus Notes protocol.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
SysSerialNum (Function)
Returns the IMEI number of the current device.
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
eRoundDifference (Function)
Returns the rounding difference between: the value displayed in a "Currency + Euro" control, the associated control used for dual display....
SiteAddress (Function)
Returns the Internet address for connecting to a dynamic WEBDEV site (in Session mode) found on the same server.
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......