ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Compressing frames (DSL, 3G, Edge, VPN, ...)
A frame is a packet ot data that flows through the network......
IF statement
The conditional IF statement allows you to run an action according to a condition...
Creating the Relation pages of a WEBDEV RAD pattern
ChangeStyle (Function)
Modifies the style of a control dynamically.
DashLoadConfiguration (Function)
Restores the configuration of a Dashboard control.
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
grMenu (Function)
Defines the type of context menu displayed by a chart.
BackgroundStyle (Property)
The BackgroundStyle property is used to get and modify the background style of cells in tables and/or TreeView Tables....
Replication: The different types
The data replication is a powerful feature......
Size (Property)
The Size property is used to determine and change the size of an element.
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
AttachPointAdd (Function)
Defines an attach point for one of the two extremities of a Wire control.
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records in an HBase database.
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.