ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ActionAllowed (Property)
The AllowedAction property defines which actions are allowed or not allowed on an element.
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
WEBDEV administrator: Characteristics of current connections
The "Connections" tab gives various information about the current connections......
Events associated with Calendar controls
List of events associated with Calendar controls...
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
Constants for managing Pivot Table controls
The following constants are used by the functions that manage Pivot Table controls...
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
beaconDetectionInfo (Type of variable)
The beaconDetectionInfo type is used to describe information relative to a Beacon detected with BeaconDetectPrecise.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
saasSubscription (Type of variable)
The saasSubscription type is used to define the advanced characteristics regarding the subscription of a SaaS client account to a pricing.
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....