ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
16. Application test in practice
Replication management functions
Three types of replication are proposed......
Status bar of windows
The status bar of a window is used to display several types of information......
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
xxWDGetReturnValue
Used to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx......
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
TableMode (Function)
TableMode is kept for backward compatibility.
Automatic update (Network applications)
This step of the wizard allows managing the automatic updates of the applications from the reference server....
<Image>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image control.
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
10. Smart controls
Smart controls...
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
WDHFDiff - Use
WDHFDiff is used to compare......
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Handling an Upload control through programming
The Upload control is used to upload one or more files....
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......