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)
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
InitialValue (Property)
The InitialValue property is used to get and/or change an initial value....
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Input (Function)
Displays a message allowing the user to type an information.
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
Remote HFSQL administrator: Overview
...The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server......
Visible (Property)
The Visible property is used to set the visibility of an element.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
fSelect (Function)
Opens the Windows file picker.
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Runtime log
The runtime log is the best way to identify the most used features of an application......
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
Functions for managing images
HTTPRequest (Function)
Starts an HTTP request on a server.
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...