ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
XMLNext (Function)
Positions on the next element (tag or attribute).
xpathResult (Type of variable)
The xpathResult type is used it find out the result of the execution of an XPATH query.
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
Operations performed on collaboration diagrams
The following paragraphs explain......
Operations performed on component diagrams
The following paragraphs explain......
Operations performed on sequence diagrams
The following paragraphs explain......
Operations performed on object diagrams
The following paragraphs explain......
Alias (Property)
The Alias property gets the alias of an element.
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
<List Box>.Add (Function)
Adds an element programmatically to a List Box, ListView, Combo Box or Carousel control.
SCM file format evolutions
Four versions are available for the SCM repository......
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)......
fResourceDir (Function)
Returns the path of the read-only resources of the application.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Operations performed on use case diagrams
The following paragraphs explain......
Collaboration diagram
A collaboration diagram presents the structural organization of objects that send and receive messages......
Component diagram
A component diagram shows the physical and static architecture of a system software......
Deployment diagram
A deployment diagram shows the physical layout of the hardware components (nodes) used in a system as well as the association between the executable programs and these components......
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
Example for managing videos (broadcasted by a Camera control) (prefix syntax)
In this example, the application allows you to......