ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
fExeDir (Function)
Returns the directory from which the execution is started.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
UndockablePane (Property)
The UnlockablePane property is used to: Determine if the end user can move the panes of a Ribbon or Dynamic Tab control outside the window. Allow or prevent the end user from moving the panes of a Ribbon or Dynamic Tab control outside the window....
<Looper>.RefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
Appendix 1: WEBDEV vocabulary
Bloque entièrement ou partiellement un fichier externe....
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
<zipArchive variable>.CreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
<zipArchive variable>.ListFile (Function)
Returns the list of files found in an archive.
<zipArchive variable>.DeleteFileList (Function)
Deletes a list of files from an archive.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
<zipArchive variable>.FindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
<zipArchive variable>.Exist (Function)
Determines whether an archive exists.
zipSelectFile (Function)
Selects files from an archive.
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....