ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
HFSQL Client/Server: Configuring the data files on the server
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
HNext (Function)
Sets the position on the next data file record according to a browse item.
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
Setup of the WEBDEV Application Server for Linux
The installation package (or DVD, if provided) allows you to install......
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.
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
.NET application
To create a.NET application from a project......
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......