ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Progress Bar control
The Progress Bar control is used to follow the progress of an event...
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control...
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control...
ProgressBarSystem (Property)
The ProgressBarSystem property gets and sets the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
<zipArchive variable>.ExtractAll (Function)
Extracts all files from an archive and decompresses them.
<zipArchive variable>.AddFile (Function)
Automatically adds and compresses any type of file into a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
<zipArchive variable>.ExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
<Source>.ExportJSON (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to a JSON file.
zipAddFile (Function)
Automatically adds and compresses any type of file into a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
HExportJSON (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to a JSON file.
<zipArchive variable>.ExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
<Source>.ExportJSONString (Function)
Exports the records from a table (HFSQL or OLE DB), view, or query to a JSON string.
HExportJSONString (Function)
Exports the records from a table (HFSQL or OLE DB), view, or query to a JSON string.
WLanguage procedure called by tapiDial
tapiDial callback
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
fCopyDir (Example)
Usage example of the fCopyDir function
fCopyFile (Example)
Usage example of the fCopyFile function
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
dbgSaveDebugDump (Function)
Saves a dump file of the application.
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
FullScreen (Function)
Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode.
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
OpenMainMenu (Function)
Opens the main menu of the current window.
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
TreeCollapse (Function)
Collapses a branch previously expanded.
Copying controls from the report editor
The controls can be copied from the report editor......