|
|
|
|
|
|
|
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min |
|
|
|
|
|
|
WINDEV allows you to handle a status bar and a cell found in a status bar through programming...... |
|
|
|
|
|
|
Several features require a procedure called once or several times via a WLanguage function ("Callback").... |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option...... |
|
|
|
|
|
|
The Camera control is used to...... |
|
|
|
|
|
|
Git is a source code manager...... |
|
|
|
|
|
|
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization...... |
|
|
|
|
|
|
The selection of records performed by query is not necessarily displayed in a report, in a window, ...... |
|
|
|
|
|
|
The RAD (Rapid Application Development) is used to create windows from...... |
|
|
|
|
|
|
WLanguage events associated with Edit controls... |
|
|
|
|
|
|
List of events associated with the Chart controls... |
|
|
|
|
|
|
The following events are associated with Kanban controls...... |
|
|
|
|
|
|
Opens a library created by WINDEV (file with a WDL extension)...... |
|
|
|
|
|
|
When working on a laptop computer or on an offline computer, you may want to continue to work...... |
|
|
|
|
|
|
In some cases, running a program or a site with or without the debugger can produce different results...... |
|
|
|
|
|
|
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming...... |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|