ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQL view
An SQL view is a virtual data source defined by an SQL query......
Characteristics of maximized windows
A maximized window occupies the entire screen of the mobile device....
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display a non-visible area......
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......
nWDExecuteEx: Running a WLanguage function
Runs a WLanguage function by dynamic compilation, without command formatting......
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
<Array>.InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
Error 1004: To explicitly access an element of the base class '%1', use the syntax
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
OLEPlay (Function)
Used to: retrieve the list of available operations (other than edit) from a server, perform an operation....
Reloading a document
To reload a document, ......
Management of Google contacts (prefix syntax)
The Google Contact service is used to manage contacts on Internet......
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
Check: Connectivity to HFSQL Client/Server
The monitoring robot will try to connect to a HFSQL Client/Server server......
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.