|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Moves backward several records from the current position in the data file, according to a specified item.... |
|
|
|
|
|
|
|
| The property NbEnrLu property lets you know the number of records read: selected by both the report source AND the filter code (if any). |
|
|
|
|
|
|
|
| Some operations are required before an existing project can be used by the Source Code Manager...... |
|
|
|
|
|
|
|
| The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition. |
|
|
|
|
|
|
|
| Formats WLanguage code: coloring, normalized rewriting, indentation, translation, etc.... |
|
|
|
|
|
|
|
| List of events associated with Bar Code controls... |
|
|
|
|
|
|
|
| WINDEV lets you manipulate a Range Slider control directly by programming...... |
|
|
|
|
|
|
|
| To migrate a WEBDEV site to PHP...... |
|
|
|
|
|
|
|
| WINDEV allows you to manipulate a status Bar and a status Bar cell directly by programming...... |
|
|
|
|
|
|
|
| Variables are copied using the "=" operator... |
|
|
|
|
|
|
|
| The InitialContent property gets the initial content:
of a List Box control populated programmatically.
of a Combo Box control populated programmatically.
of a "List of values" column in a Table control.
in a Spreadsheet control.... |
|
|
|
|
|
|
|
| When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server...... |
|
|
|
|
|
|
|
| In some cases, running a program or a site with or without the debugger can produce different results...... |
|
|
|
|
|
|
|
| Emulates the selection of an option in a Check Box control. |
|
|
|
|
|
|
|
| The NumberColumn property is used to:
Get the number of columns in Table, Check Box, Radio Button controls, etc..
Set the number of columns in a multi-column List Box control.... |
|
|
|
|
|
|
|
| WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.... |
|
|
|
|
|
|
|
| To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing the dependencies and the orphan images is available in WEBDEV...... |
|
|
|
|
|
|
|
| The CompactOption property is used to:
determine whether the options of a Check Box, Radio Button or Dashboard control are compacted.
define whether the options of a Check Box, Radio Button or Dashboard control should be compacted.... |
|
|
|
|
|
|
|
| The NbLabelCopy property is used to:
Get the number of copies of identical labels.
Change the number of copies of identical labels.... |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
| The principle for working with the Source Code Manager is as follows...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|