ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with internal windows
List of events associated with internal windows...
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Optional events
By default, the codes available in the code editor correspond to the most common codes......
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
Service variable
The Service variable is used to......
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle 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....
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Image editor: Features
The image editor includes several features......
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
2. How to test a site?
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......