ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
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....
Constants for managing Pivot Table controls
The following constants are used by the functions that manage Pivot Table controls...
Serialization constants
The serialization constants are as follows:
ActionAllowed (Property)
The AllowedAction property defines which actions are allowed or not allowed on an element.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
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....
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....
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......
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
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....
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
WinEdCreateNote (Function)
Creates a Repositionable Note control.
htmlAttribute (Type of variable)
The htmlAttribute type is used to define all the advanced characteristics of an attribute of an element in an HTML document.
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......