ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
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)....
RGB (Function)
Defines a color from its Red, Green and Blue components.
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
Optional events
By default, the codes available in the code editor correspond to the most common codes......
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
RedisExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
<redisConnection>.Get (Function)
Gets the value of a key from a Redis server as a string.
<redisConnection>.ExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
The HTML control
The HTML control displays HTML pages or HTML code......
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
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......
RedisPipelineReset (Function)
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd.
RedisPipelineGet (Function)
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd.
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
13. 3-Tier architecture
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......