ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Installing version 2024
Cherche les éléments d'un noeud HTML correspondant à une balise....
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
Multiline strings
To type character strings over several lines in the code editor...
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
SQLFirst (Function)
Positions on the first row of the query result.
WBAdminAccount (Type of variable)
The WBAdminAccount type is used to define all the advanced characteristics of a WEBDEV account in a WEBDEV Application Server.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
Upgrading a WEBDEV Cluster
WEBDEV Custer is a hosting solution for WEBDEV sites that ensures high performance and availability......
zipDeleteFile (Function)
Deletes a file from an archive.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
Creating the link buttons in the windows of a WINDEV RAD pattern
Retrieves an RTF string from the clipboard (the content of the clipboard is in RTF)....
ThreadExecute (Function)
Starts the execution of a secondary thread.
mqttSession (Variable type)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
eChangeCurrency (Function)
Converts a currency into another currency.
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......