ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a procedure/a function
Syntax for calling a local or global procedure.
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....
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
_VisiteGuideeEtapeBulle (Type of variable)
Le type _VisiteGuideeEtapeBulle permet de définir toutes les caractéristiques avancées d'un XXX....
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).
Variable scope
Variables can be declared anywhere in the code....
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
List of extension attributes
The list of extension attributes ......
WLanguage procedure called by fListFile
WLanguage procedure ("Callback") called by fListFile for each file found.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
Creating the Relation windows of a WINDEV RAD pattern
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
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
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......