ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Environment of the window editor
The main elements of window editor are as follows:
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
Lotus Notes constants
List of constants used by the Lotus Notes functions....
The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
Database schema editor: the different types of links
There are different types of links between the tables......
HTML constants
dbgStartMemoryDiff (Function)
Starts a difference operation of the memory used by the application.
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
Item Description (Variable type)
An Item Description variable is used to describe one or more items in a table programmatically.
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
HOpenConnection (Function)
Opens a connection to a specific database.
Events associated with TreeView controls
List of events associated with TreeView controls...
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
SCM: Creating a branch
Branches allows you to create a copy of the current project, so that you can make changes, additions, etc., to two versions of the same project....