|
|
|
|
|
|
|
|
|
|
|
|
|
|
| In most cases, old code contains procedures that are used but that do no longer match the current quality standard...... |
|
|
|
|
|
|
|
| Changes one of the animation parameters used for:
an animated image (in an Image control),
an animated text (in a Static control).... |
|
|
|
|
|
|
|
| The FontName property is used to:
Identify the font used in a control.
Change the font used in a control.... |
|
|
|
|
|
|
|
| Configures how the axes are displayed in Line or Column charts. |
|
|
|
|
|
|
|
| Modifies the font used for the category labels of a chart. |
|
|
|
|
|
|
|
| Modifies the font used for the titles of the chart axes. |
|
|
|
|
|
|
|
| Changes the mode and the method for locking data files. |
|
|
|
|
|
|
|
| Configures how the axes are displayed in Line or Column charts. |
|
|
|
|
|
|
|
| Modifies the font used for the titles of the chart axes. |
|
|
|
|
|
|
|
| Modifies the font used for the category labels of a chart. |
|
|
|
|
|
|
|
| Changes the mode and the method for locking data files. |
|
|
|
|
|
|
|
| There are several naming conventions to write variables in the code...... |
|
|
|
|
|
|
|
| An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time...... |
|
|
|
|
|
|
|
| This type of chart is used to represent a permanent data flow in real time...... |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|