ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Peeling Corner control
The "Peeling Corner" control is used to create a visual effect in a page by presenting an image partially covered by another one......
Creating and handling an item
The main operations that can be performed on an item are as follows......
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files, WDInst allows you to......
"About" window
The "About" window is used to display and access various information about the current application......
<TreeView>.Add (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
<Looper>.MoveLine (Function)
Moves a row or swaps two rows in a Looper control.
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Creating index keywords
Index keywords allow users to easily find a help page......
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
FaxRestart (Function)
Restarts a fax in the spooler.
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
FaxDelete (Function)
Deletes a fax from the spooler and cancels it.
FaxPause (Function)
Pauses a fax in the spooler.
FaxOutbox (Function)
Enumerates the pending faxes or the outgoing faxes.
FaxInbox (Function)
Enumerates the pending faxes or the incoming faxes.
Fax constants
List of constants used by the functions for managing faxes....
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.