|
|
|
|
|
|
|
Deletes one of the buttons found in the thumbnail of the application from the taskbar. |
|
|
|
|
|
|
Deletes the icon that overlays the application icon in the taskbar. |
|
|
|
|
|
|
Deletes all the buttons associated with the thumbnail of the application from the taskbar. |
|
|
|
|
|
|
The ProgressBarSystem property gets and sets the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later). |
|
|
|
|
|
|
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control...... |
|
|
|
|
|
|
A Windows application, an Internet or Intranet site require to define the role of different contributors...... |
|
|
|
|
|
|
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached:
for a window, the code of a window button will be run.
for a dialog box, the dialog box is automatically closed.... |
|
|
|
|
|
|
The MovableByBackground property is used to:
find out whether a window can be moved by the background,
allow (or not) a window to be moved by the background.... |
|
|
|
|
|
|
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc.... |
|
|
|
|
|
|
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes...... |
|
|
|
|
|
|
An application is a set of objects (windows, controls, ...... |
|
|
|
|
|
|
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ...... |
|
|
|
|
|
|
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...... |
|
|
|
|
|
|
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements.... |
|
|
|
|
|
|
In a Table control, you have the ability to customize the following elements...... |
|
|
|
|
|
|
The dialog boxes are standard windows that allow you to communicate with the user...... |
|
|
|
|
|
|
The Calendar control is used to permanently display a calendar in a window or page...... |
|
|
|
|
|
|
The ParallaxRateY property is used to determine and specify how fast a control moves when the scrollbar in the window, internal window or page moves. |
|
|
|
|
|
|
The ScreenshotAllowed property is used to:
Determine whether it is possible to take screenshots of a window,
Allow or prevent taking screenshots of a window.... |
|
|
|
|
|
|
The ParallaxRateHeight property is used to determine and specify how fast a control is reduced when the scrollbar in the window, internal window or page moves. |
|
|
|
|
|
|
The Property Plane Active allows you to know and modify the number of the plan Active in a window, an internal window or a Cell control . |
|
|
|
|
|
|
Automatically updates:
the values of a data file's items in memory with the values from the controls in the window. The data file items bound to the window controls are automatically updated with the values of these controls.
the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the window controls are automatically updated with the values of these controls.
This function is also available for WEBDEV pages.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|