ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

13. Universal replication
<Connection variable>.LoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
<Connection variable>.StartServerUpdate (Function)
Used to immediately start the automatic server update.
<Connection variable>.DuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
<Connection variable>.SaveParameter (Function)
Saves a persistent value on the HFSQL server.
<Connection variable>.DeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
<Variable Connexion>DeleteView (Function)
Removes a materialized view from the HFSQL server.
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
WithScroll (Property)
The WithScroll property is used to: enable or disable the scroll gesture on a Map control, determine whether the scroll gesture is enabled on a Map control....
WithRotation (Property)
The WithRotation property is used to: enable or disable the rotate gesture on a Map control, determine whether the rotate gesture is enabled on a Map control....
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
12. Universal replication
InputFormula (Property)
The InputFormula property is used to: find out whether the end user can enter or change formulas in a Spreadsheet control. allow or prevent the end user from entering or changing formulas in a Spreadsheet control....
WinEditAllowed (Property)
The WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
Library (Property)
The Library property allows you to handle the different preset libraries associated with a Diagram Editor control. This property accesses the array of libraries of the Diagram Editor control.
Address (Property)
The Address property is used to: Establish a connection between the Conference control (and the associated stream) and the receiver. This property is equivalent to StreamConnect. Get the address of the last outgoing connection request....
WinEditMode (Property)
The WinEditMode property is used to determine and configure the actions allowed on a window and its controls when the window switches to "UI modification by end user" mode.
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
Types of recognized PCL printers
WINDEV and WEBDEV allow you to automatically print for a number of specific PCL printers......
Events associated with the Pivot Table control
Detection (Property)
The Detection property is used to determine and change the automatic detection of incoming streams. If the stream detection is enabled, the streams allows the detection.
TokenEnabled (Property)
The TokenEnabled property determines if an Edit control is a "Text token" Edit control.
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.