ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
Conversion (Function)
Converts a value from a unit to another one.
GglDelete (Function)
Deletes data from the Google server.
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
Glossary
The glossary lists all the abbreviations used in the code editor......
ReplicEdit: Replication editor
ReplicEdit is a tool used to define the characteristics of a replication......
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
fDelete (Example)
Usage example of the fDelete function
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
Help editor options
The options of the help editor ("Display......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
ComponentInfo (Function)
Returns information about a component.
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....