ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OutlookStartSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
EmailGetAll (Function)
Retrieves all the emails found on a server.
Principle for running threads
At runtime, an application runs in a main thread......
Project description: Project tab
The project description window allows you to configure various elements of your project......
Map control functions
Map control functions...
Port (Property)
The Port property is used to identify and change a server connection port.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
Functions for managing objects (External language)
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Remote WEBDEV Administrator
The remote management tool, that can be run from any computer equipped with an Internet browser, is a module used to ......
Remote WEBDEV administrator: Create a WEBDEV account
The management of accounts is accessible in the remote administrator for the server administrator only....
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
Map control properties
The following properties can be used with Map controls:...
Option (Property)
The Option property is used to get and change certain options.
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
WEBDEV concepts