ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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.
XamlDisable (Function)
Simulates the absence of .Net 3.0 framework.
<Xaml>.Event (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
XamlProperty (Function)
Used to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
<htmlNode variable>.InsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Control (Type of variable)
The Control type is used to define the characteristics of a control.
WINDEV Mobile Generator of skin templates: Customizing the elements
The WINDEV Mobile generator of skin templates is used to generate the necessary files for creating a custom WINDEV Mobile skin template......
Declaring and using a variable
A variable is defined by name and type......
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
Common project
Projects are often cross-platform......
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
EmulateConfirm (Function)
Emulates the next call to Confirm and automatically clicks the button passed in parameter.
Handling an Internal Page control through programming
The Internal Page control is used to display an existing internal page......
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.
EmulateOKCancel (Function)
Emulates the next call to OKCancel and automatically clicks the button passed in parameter.
EmulateYesNo (Function)
Emulates the next call to YesNo and automatically clicks the button specified in parameter.
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
Option,Test (External language)
In an information window, displays each call to the function and each status report returned by the function.
hbWrite (Function)
Writes cells (values of items) to one or more rows (records) in an HBase table.
HTMLBuildString (Function)
Generates a UTF-8 string containing an HTML document.