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.
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
fTempFile (Function)
Returns the name of a unique temporary file.
ExceptionPropagate (Function)
Propagates an exception.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
iCloseReport (Function)
Stops printing the current report immediately.
Wait (Function)
Temporarily stops the program execution.
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
Upgrading a WEBDEV Cluster
WEBDEV Custer is a hosting solution for WEBDEV sites that ensures high performance and availability......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
hFileParameter (Type of variable)
The hFileParameter type is used to define the data files taken into account by a scheduled optimization task.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
HEndNoModif (Function)
Unlocks a file that was locked by the same program with HNoModif.
WDEnd (External language)
Ends a program that is using WINDEV.
Declaring and using a variable
A variable is defined by name and type......
GOTO statement
The GOTO statement is used to run a code identified by a given label...
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
Extern (Reserved word)
EXTERN is used to...
ThreadExecute (Function)
Starts the execution of a secondary thread.