ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
Version of the files in the virtual directory
The configuration diagnostic displays the following error......
ERR_NOTADEVVERSION
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
ScreenCastAllowed (Property)
The ScreenCastAllowed property is used to: find out whether the user can cast the content displayed in the Multimedia control to an external device (compatible with AirPlay), allow or prevent the user from casting the content displayed in the Multimedia control to an external device (compatible with AirPlay)....
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
WDReplic: Implementing a replication
Configuring a replication requires several steps......
Properties of the modeling
The properties of the modeling group all the options of the modeling currently edited......
ERR_DISCONNECTED_UPDATE
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
ERR_NOTAVAILABLE