ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 502: Incompatible type
<List Box>.MoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
fDirectoryExist (Function)
Checks the existence of a directory.
DriveListeDirectory (Function)
Lists the directories of an Drive.
grHolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
HFSQL properties
List of HFSQL properties...
ControlToSource (Function)
Assigns the control value to the source of a control link.
Path (Property)
The Path property gets and sets a path.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
<Chart>.HolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
LOOP statement
The statement block is repeated endlessly...
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
EmptyIfZero (Property)
The EmptyIfZero property is used to: Find out the management mode of zero value in a control. Modify the management mode of zero value in a control...
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
FramesetRefresh (Function)
Refreshes a frameset displayed in the user's browser from the context on the server....
HAddGroup (Function)
Adds a group of users.
HAddUser (Function)
Adds a user to a database.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
geoRunApp (Function)
Starts the device's native maps application to display: a specific geographical location, a route between two locations....
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
TextProgressBar (Property)
The TextProgressBar property gets and sets the text displayed in a progress bar.
<Source>.MergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.