ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Discovering AAFs (Automatic Application Features)
Applications created with WINDEV offer users many automatic features on the different windows or controls in the application......
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......
Private Store for mobile applications
There are two methods two deploy your applications......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Internal component description
The description of an internal component can opened at any time......
The use of the Automation type in a site is reserved for the advanced users
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
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......
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
Handling an Internal Page control through programming
The Internal Page control is used to display an existing internal page......
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
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....
.NET 3.0, 4.0 control properties, ... (WPF)
List of properties associated with the .NET 3.0, 4.0 control, ... (WPF)...
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Mobile Image Editor control
By using the Image Editor control in your mobile applications, you will allow users to edit images or photos......
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
18. Order of execution of the code of buttons/links
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......