|
|
|
|
|
|
|
Git is a source code manager...... |
|
|
|
|
|
|
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc.... |
|
|
|
|
|
|
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class...... |
|
|
|
|
|
|
The scheduled tasks are used to schedule automatic tasks...... |
|
|
|
|
|
|
An application that uses one or more external components is deployed in the same way as a standard application...... |
|
|
|
|
|
|
WINDEV allows you to easily use Webservices (or XML Web services).... |
|
|
|
|
|
|
The operating mode of an executable allows you to define whether the executable can be used by one or more users...... |
|
|
|
|
|
|
...The RAD pattern files (MDL files) are used to describe:... |
|
|
|
|
|
|
WINDEV include several SOAP functions...... |
|
|
|
|
|
|
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used.... |
|
|
|
|
|
|
The Compile keyword can correspond to:
the Compile function, which dynamically compiles a procedure whose source code is specified..
the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type).... |
|
|
|
|
|
|
A secondary thread cannot directly open a window with the standard WLanguage functions such as...... |
|
|
|
|
|
|
The "Favorites" pane gives direct access to the favorites of your project...... |
|
|
|
|
|
|
The runtime log is the best way to identify the most used features of an application...... |
|
|
|
|
|
|
The CriticalSection keyword can correspond to:
the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN.
the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.... |
|
|
|
|
|
|
You have the ability to define scheduled elements on the HFSQL server.... |
|
|
|
|
|
|
The cross-references in the code editor are used to identify...... |
|
|
|
|
|
|
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...... |
|
|
|
|
|
|
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"... |
|
|
|
|
|
|
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology...... |
|
|
|
|
|
|
UnloadProcedure is kept for backward compatibility. |
|
|
|
|
|
|
LoadProcedure is kept for backward compatibility. |
|
|
|
|
|
|
The impact analysis immediately identifies the consequences of the latest changes...... |
|
|
|
|
|
|
This help page explains how to create and handle a structure.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|