ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
RegistryCreateKey (Function)
Creates a key in the Windows registry.
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
fMoveDir (Function)
Moves a directory and its content.
Manipuler un champ Editeur_HTML par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Manipuler un champ Editeur_Images_WB par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
NetworkConnect (Function)
Associates a drive with a shared network directory.
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the context menu. in a Scheduler control, whether an appointment was created via the context menu....
fExeDir (Function)
Returns the directory from which the execution is started.