ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Xaml>.Event (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
Xaml functions
List of Xaml functions
<XAML>.Property (Function)
Allows you to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
The .NET field 3.0, 4.0, ... (WPF)
The Xaml control allows you to easily manage the Xaml language...
Xaml functions (prefix syntax)
List of Xaml functions (prefix syntax)
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
18. Order of execution of the code of buttons/links
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
SpreadsheetSavePositionAndSelection (Function)
Saves: the scrollbar position in a Spreadsheet control for the current worksheet, the current worksheet in the Spreadsheet control, the selected elements in the Spreadsheet control for the current worksheet....
<Spreadsheet>.SavePositionAndSelection (Function)
Saves: the scrollbar position in a Spreadsheet control for the current worksheet, the current worksheet in the Spreadsheet control, the selected elements in the Spreadsheet control for the current worksheet....
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static control found in a window. of a Static control found in a report....
Properties associated with infinite Progress Bar controls
An infinite Progress Bar control can be handled in a window by the following WLanguage properties......
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
StartControl (Property)
The StartControl property gets and sets the start control of a Wire control.
EndControl (Property)
The EndControl property gets or sets the end control of a Wire control.
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
Example for managing videos (broadcasted by a Camera control) (prefix syntax)
In this example, the application allows you to......
ControlExecuteModification (Function)
Considers that the control has been modified by the user (the Modified property is set to True for the control and for the window if necessary) and runs the "Whenever modifying" WLanguage event associated with the control.
Pinned (Property)
The Pinned property is used to: Pin a control: the position of the pinned control will be relative to the visible area of its container and not to the content area. Determine if a control is pinned....
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
17. WLanguage: a simple and powerful language
Associating a control with a tab pane
Methods to associate a control with a tab pane......