|
|
|
|
|
|
|
WINDEV and WEBDEV offer an optional Native SQL Server Connector (also called Native SQL Server Access)... |
|
|
|
|
|
|
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example.... |
|
|
|
|
|
|
A Check Box can correspond to...... |
|
|
|
|
|
|
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 is Microsoft's software development platform...... |
|
|
|
|
|
|
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction. |
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project.... |
|
|
|
|
|
|
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).... |
|
|
|
|
|
|
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization. |
|
|
|
|
|
|
To use .NET assemblies in a project...... |
|
|
|
|
|
|
Two types of procedures are available...... |
|
|
|
|
|
|
WINDEV and WINDEV Mobile feature multiple methods to test applications...... |
|
|
|
|
|
|
To create a strong-named .NET assembly ...... |
|
|
|
|
|
|
Loads the file containing the error messages in the desired language into memory. |
|
|
|
|
|
|
Retrieves a message found in the code of a program in the current language. |
|
|
|
|
|
|
When an application is used to display or save data in HFSQL files, this data is entered in the current language...... |
|
|
|
|
|
|
The global procedures are grouped in set of procedures...... |
|
|
|
|
|
|
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)...... |
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
Webservice management functions... |
|
|
|
|
|
|
To manage the project development lifecycle, the Project Management Hub allows you to set requirements...... |
|
|
|
|
|
|
The selection conditions of records are applied to the items used in the queries...... |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block...... |
|
|
|
|
|
|
Returns the character set corresponding to a language. |
|
|
|
|
|
|
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)...... |
|
|
|
|
|
|
A color (text color) can be assigned to the procedures so that they can be easily classified and identified...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|