ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
After
They After keyword can correspond to:
MongoFind (Function)
Finds documents in a MongoDB collection.
ScanCapability (Function)
Used to determine if a scanner has a given capability.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
MongoGridFSListFile (Function)
Retrieves the list of MongoDB files found in the MongoDB file system (gridFS).
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<emailPOP3Session variable>.NbMessage (Function)
Returns the number of incoming messages on the email server (POP3 protocol only).
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
<pdfPage variable>.AddImage (Function)
Adds an image to a page in an existing PDF file.
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
<emailNotesSession variable>.CloseSession (Function)
Closes a Notes session.
<emailOutlookSession variable>.CloseSession (Function)
Closes an Outlook session.
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
The "Images" pane
The "Images" pane allows you to view and list all the images in the project directory and subdirectories......
21. Reports
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
StringReverse (Function)
Reverses the characters of a string.