ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
HDelete (Function)
Deletes a record from a data file (query or view).
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
InitialState (Property)
The InitialState property is used to get the initial state of a control.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
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....
Constants for managing the windows
List of constants used by the functions for managing the windows...
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
GuidedTour (Type of Variable)
The GuidedTour type allows you to define all the advanced characteristics of a guided tour and its stages.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
Setup on a local network (LAN)
Combination (Type of variable)
A combination is a set of options.
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
docElementTextArea (Type of variable)
The docElementTextArea type is used to define the advanced characteristics of a text area found in a docElement variable.
Handling a Web Component control through programming
Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
Figma: Where to find the Figma key
To use Figma import in your product, you need to specify the Figma key in the general options of WINDEV, WEBDEV or WINDEV Mobile....
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.