|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)... |
|
|
|
|
|
|
|
| To create a.NET application from a project...... |
|
|
|
|
|
|
|
| Custom context menus are created in the window editor and can be handled programmatically...... |
|
|
|
|
|
|
|
| Indicates whether the code is run:
from a Windows Mobile application.
from a WINDEV application, from a WEBDEV site or from a PHP application.
Function kept for backward compatibility.... |
|
|
|
|
|
|
|
| The generation is used to create the WINDEV classes ("...... |
|
|
|
|
|
|
|
| The Project Management Hub is used to define spools of requests...... |
|
|
|
|
|
|
|
| The MaskTitleDate property is used to identify and change the input mask used for the title of day columns in Organizer or Scheduler controls |
|
|
|
|
|
|
|
| Retrieves or modifies a chart parameter. |
|
|
|
|
|
|
|
| Configures the automatic behavior that will be implemented if an exception occurs in the current process. |
|
|
|
|
|
|
|
| To display the control characteristics, select "Description" in the context menu of control...... |
|
|
|
|
|
|
|
| When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window...... |
|
|
|
|
|
|
|
| When a report template is applied to a report, all the controls and code found in the template are "copied" into the report...... |
|
|
|
|
|
|
|
| The BrowsedFile property gets and sets the data source used to display records in controls based on a data file. |
|
|
|
|
|
|
|
| Returns a debug information. |
|
|
|
|
|
|
|
| WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min |
|
|
|
|
|
|
|
| The DisplayEnabled property is used to:
determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly.
refresh a control or window.... |
|
|
|
|
|
|
|
| Reports & Queries is used to...... |
|
|
|
|
|
|
|
| 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)...... |
|
|
|
|
|
|
|
| The browser support the most common fonts by default...... |
|
|
|
|
|
|
|
| List of constants used by the functions for managing controls... |
|
|
|
|
|
|
|
| Rich Text Format (RTF) is used to encode text and simplify exchange between applications...... |
|
|
|
|
|
|
|
| The Camera control is used to...... |
|
|
|
|
|
|
|
| When a Chart control is executed on a page of the WEBDEV site, users can personalize visuals via a context menu...... |
|
|
|
|
|
|
|
| The keyword BREAK can correspond:
to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process.
to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement.... |
|
|
|
|
|
|
|
| WINDEV proposes to run the different project tests directly on the corresponding executable...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|