ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The .NET field 3.0, 4.0, ... (WPF)
The Xaml control allows you to easily manage the Xaml language...
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
Xaml functions (prefix syntax)
List of Xaml functions (prefix syntax)
<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.
XamlProperty (Function)
Used to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
Xaml functions
List of Xaml functions
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.
HDescribeFullTextIndex (Function)
Describes a full-text index of table created programmatically.
EmulateYesNo (Function)
Emulates the next call to YesNo and automatically clicks the button specified as parameter.
iDirImageHTML (Function)
Used to select the directory in which the images must be generated during a print in HTML format.
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
<Source>.ListKey (Function)
Returns the list of keys in a table (query or view) recognized by the HFSQL engine.
<Connection variable>.ModifyFileRights (Function)
Sets the rights granted to a user or group on an HFSQL Client/Server table....
<Source>.First (Function)
Sets the position on the first record of a table according to the specified browse item.
EmulateConfirm (Function)
Emulates the next call to Confirm and automatically clicks the button passed as parameter.
HListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server tables for a connection....
HBuildKeyValueANSI (Function)
Whatever the platform used, the data stored in HFSQL tables is in ANSI format.
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the table.
<Connection variable>.InfoFileRights (Function)
Gets the rights granted to a user or group on an HFSQL Client/Server table....
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
Options of the window editor
To configure the general options of the window editor......
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server tables......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Declaring and using a variable
A variable is defined by name and type......
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Typing multilingual texts
For a multilingual application, you have the ability to......
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
Example for managing videos (broadcasted by a Camera control) (prefix syntax)
In this example, the application allows you to......