ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
WinStatus (Function)
Identifies or modifies the window status.
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
CalculatedDefaultValue (Property)
The CalculatedDefaultValue property is used to: Find out the SQL expression that defines the default value of an item. This item was defined in the data model editor or through programming. Define the SQL expression that returns the default value of an item (item described through programming only)....
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
spLength (Property)
The spLength property is used to: Get the hash output length. This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the hash output length (only for "Password" items defined programmatically)....
Variable scope
Variables can be declared anywhere in the code....
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
MultimediaReader (Property)
The MultimediaReader property is used to get and change the media player currently used by a Multimedia control to play media files.
End of break block
The End of break block is optional......
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
WDOptimizer: Editing and modifying a ".REP" file
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
Events associated with Looper controls
List of events associated with Looper controls...
<Connection variable>.TransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......