ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer an optional Native SQL Server Connector (also called Native SQL Server Access)...
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
The Check Box control
A Check Box can correspond to......
<Connection variable>.TransactionEnd (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....
.NET Assemblies
.NET is Microsoft's software development platform......
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Global procedure/function
A global procedure can be used in all the processes or events of the project....
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
Using .NET assemblies in a project
To use .NET assemblies in a project......
Local procedure
Two types of procedures are available......
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
Set of procedures
The global procedures are grouped in set of procedures......
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Calling a procedure/a function
Syntax for calling a local or global procedure.
Webservice management functions
Webservice management functions...
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
LanguageToCharset (Function)
Returns the character set corresponding to a language.
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......