|
|
|
|
|
|
|
To configure the general options of the window editor... |
|
|
|
|
|
|
The main elements of window editor are as follows: |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors. |
|
|
|
|
|
|
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor... |
|
|
|
|
|
|
The main keyboard shortcuts in the editors are as follows... |
|
|
|
|
|
|
The End of break block is optional...... |
|
|
|
|
|
|
Displays a custom message in a system warning window. |
|
|
|
|
|
|
All the text form the translation file can be reintegrated into a project...... |
|
|
|
|
|
|
The relationships are used to link entities among themselves or to link associations to entities...... |
|
|
|
|
|
|
The Replication property is used to:
determine the replication mode used for a data file (defined in the data model editor or programmatically).
specify the replication mode used for a data file (file described programmatically only).... |
|
|
|
|
|
|
The Width property gets and changes the width:
of a control or block in a report.
of a control (found in a window), window, column found in a table or column found in a list box (including listview).
of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not.... |
|
|
|
|
|
|
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min... |
|
|
|
|
|
|
The Icon property is used to:
Find out the icon displayed in the title bar of a window or a Dockable Panel control.
Change the icon displayed in the title bar of a window or a Dockable Panel control.... |
|
|
|
|
|
|
Saves the repositionable notes of the current window in a file. |
|
|
|
|
|
|
Automatically updates:
the values of a data file's items in memory with the values from the controls in the window.
the value of the WLanguage variables with the value of the window controls.
This function is also available for WEBDEV pages.... |
|
|
|
|
|
|
The Title property is used to:
Get the title of a Table control column, a Chart control, a window or a page
Change the title of a Table control column, a Chart control, a window or a page.... |
|
|
|
|
|
|
Automatically initializes:
the values of a data file's items in memory with the values from the controls in the window.
the value of the WLanguage variables with the value of the window controls.
This function is also available for WEBDEV pages.... |
|
|
|
|
|
|
Returns the coordinates of the screen that contains a window. |
|
|
|
|
|
|
Inserts a menu before another menu in a window. |
|
|
|
|
|
|
Forces the parent of the next window to open. |
|
|
|
|
|
|
Opens the window of properties for a Bluetooth device. |
|
|
|
|
|
|
Adds a voice command into the current window. |
|
|
|
|
|
|
Opens the main menu of the current window. |
|
|
|
|
|
|
Enumerates the controls found in a window or page. |
|
|
|
|
|
|
Enumerates the Dockable Panel controls in a window. |
|
|
|
|
|
|
Opens and enables an MDI child window. |
|
|
|
|
|
|
Inserts a menu before another menu in a window. |
|
|
|
|
|
|
Returns the handle of a window identified by its title. |
|
|
|
|
|
|
Used to find out whether a window is minimized. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|