ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.FromWindow (Function)
Automatically initializes: the values of a table's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
MDIOpen (Function)
Opens and enables an MDI child window.
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
WinAdaptSize (Function)
Adapts the window size to the content of controls.
XML management: Use example
This application example manages an XML file named "Orders......
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the table 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....
<Window>.ToSource (Function)
Automatically initializes: the values of a table's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
WinAdaptHeight (Function)
Adapts the window height to the content of controls.
SourceFromWindow (Function)
Automatically initializes: the values of a table's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
AnimationPrepare (Function)
Prepares the animation on a control, a group of controls or a window.
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
3. Types of dynamic sites
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database....
Animate a Label field
Two methods can be used to animate a Static Text control......
BTOpenDeviceProperties (Function)
Opens the window of properties for a Bluetooth device.
OpenMainMenu (Function)
Opens the main menu of the current window.
WinDisableEffect (Function)
Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example).