ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EmailSend (Example)
Usage example of the EmailSend function
1. Project and analysis
Using the query result
The result of a select query can be used in......
Handling an internal component
An internal component is a set of elements from a project......
Managing main window menus
A main menu is necessarily associated with a window......
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
Developing sites for specific platforms
Websites can be displayed on many devices (Android, iPhone, etc.)......
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
Handling Spreadsheet controls programmatically (in a report)
EmailMsgError (Example)
Usage example of the EmailMsgError function
HTTPRequest (Function)
Starts an HTTP request on a server.
Error 1007: The member is global: use the: operator: to access it
EmailUpdate (Example)
Usage example of the EmailUpdate function
SAP ASE Native Connector (Sybase): Output value of a stored procedure executed on the server
The SAP ASE Native Connector (also called Sybase Native Connector) allows you to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Manager of automated tests
The test manager is used to......
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
TotalsEnabled (Property)
The TotalsEnabled property enables you to: Identify the calculation method used for columns in a Table or TreeView Table control (automatic or custom), Temporarily forbid or force column calculations (automatic or custom) in a Table or TreeView Table control....
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....