|
|
|
|
|
|
|
Deletes the icon that overlays the application icon in the taskbar. |
|
|
|
|
|
|
Modifies one of the buttons found on the application thumbnail in the taskbar. |
|
|
|
|
|
|
Adds an icon that overlays the application icon in the taskbar. |
|
|
|
|
|
|
Adds a button into the thumbnail of the application in the taskbar. |
|
|
|
|
|
|
The ProgressBarSystem property gets and sets the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later). |
|
|
|
|
|
|
The main elements of window editor are as follows: |
|
|
|
|
|
|
Inserts a menu before another menu in a window. |
|
|
|
|
|
|
MyWindow is used to handle the current window... |
|
|
|
|
|
|
Modifies the title of next window to open. |
|
|
|
|
|
|
Displays a WINDEV window to its initial size. |
|
|
|
|
|
|
Opens and enables an MDI child window. |
|
|
|
|
|
|
Identifies the name of the MDI parent window. |
|
|
|
|
|
|
Displays a WINDEV window in its maximum size. |
|
|
|
|
|
|
Returns the handle of a window identified by its title. |
|
|
|
|
|
|
Used to find out whether a window is minimized. |
|
|
|
|
|
|
Defines the size of the window containing the chart. |
|
|
|
|
|
|
Adapts the window size to the content of controls. |
|
|
|
|
|
|
Configures the printer by opening the configuration window. |
|
|
|
|
|
|
As soon as an image can be used (in a control, in a window, in a report, ...... |
|
|
|
|
|
|
The VisibleOutsideWindow property is used to:
determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially).
modify the visibility of an "off-window" button.... |
|
|
|
|
|
|
The Y property is used to:
Find out the Y-coordinate of a control or window (position on Y-axis).
Modify the Y-coordinate of a control or window.... |
|
|
|
|
|
|
When a window template is applied to a window, all the controls and code in the template are "copied" to the window...... |
|
|
|
|
|
|
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key...... |
|
|
|
|
|
|
To configure the general options of the window editor...... |
|
|
|
|
|
|
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC...... |
|
|
|
|
|
|
Custom context menus are created in the window editor and can be handled programmatically...... |
|
|
|
|
|
|
The XInitial property is used to:
Get the X-coordinate:
of a control (position on the X-axis) when opening the window or the page.
of a window (position on X-axis) when opening the window.
Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window.
Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report.... |
|
|
|
|
|
|
The NoteTitle property is used to:
Get the title of the notes used in the technical documentation of a control, window, page or report.
Change the title of the notes used in the technical documentation of a control, window, page or report.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|