ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
OLELoad (Function)
Initializes an OLE control with an OLE object.
Constants for encryption/compression
List of constants used by the encryption/compression functions...
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
NotificationDisplay (Function)
Displays a message outside the browser.
RulerModifiable (Property)
The RulerModifiable property is used to: Find out whether the user can move the playhead in a TimeLine control. Allow or prevent the user from moving the playhead in a TimeLine control....
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
PVTListPositionHeader (Function)
Returns all values associated with a row or column header in a Pivot Table control.
GetDefinition (Function)
Retrieves the definition of element type.
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
HTTP functions
List of HTTP functions...
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
SQLNext (Function)
Positions on the next row of the query result.