|
|
|
|
|
|
|
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 different options of the WINDEV, WEBDEV and WINDEV Mobile editors are presented via a ribbon...... |
|
|
|
|
|
|
WINDEV Mobile allows you to create window templates.... |
|
|
|
|
|
|
The window that opens another window is called parent window; the window opened by the parent window is called child window...... |
|
|
|
|
|
|
The InitialHeight property is used to:
Find out the creation height of a control or window.
Modify the base height used to anchor the controls "in height".
Find out the creation height of a block or control in a report.... |
|
|
|
|
|
|
Once the development of your WINDEV application is completed (windows, reports, queries, etc.... |
|
|
|
|
|
|
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)...... |
|
|
|
|
|
|
The StoredItem property is used to:
Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control.
Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control.... |
|
|
|
|
|
|
A report based on a Looper control is used to directly print the information displayed in the control...... |
|
|
|
|
|
|
The Movable property is used to:
Find out whether a table column can be moved by the user,
Allow and/or forbid a table column to be moved by the user.... |
|
|
|
|
|
|
Being able to perform a search in the editors significantly improves efficiency...... |
|
|
|
|
|
|
The InitialWidth property is used to:
Find out the initial width of a control or window.
Modify the base width used to anchor the controls in "width".
Find out the initial width of a report control.... |
|
|
|
|
|
|
The BackgroundImageState property allows you to get and change the number of drawings in the image associated with the background of a button. |
|
|
|
|
|
|
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ...... |
|
|
|
|
|
|
Usage example of the BuildBrowsingTable function |
|
|
|
|
|
|
Intercepts a Windows event on a control, a group of controls or a WINDEV window. |
|
|
|
|
|
|
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values...... |
|
|
|
|
|
|
The project description window allows you to configure various elements of your project...... |
|
|
|
|
|
|
A non-maximized window can occupy a section of the screen only...... |
|
|
|
|
|
|
Dynamically changes the skin template:
of all windows found in the current application,
of the windows found in the WINDEV components used by the application,
of a specific window found in the project.... |
|
|
|
|
|
|
The LineHeight property is used to get and change the height of the rows:
in a List Box control,
in a ListView control (standard display mode only),
in a Table control,
in a Combo Box control,
in a Looper control (height of the row),
in an Organizer control.... |
|
|
|
|
|
|
Cancels the interception of a Windows event on a WINDEV control or window (implemented by Event). |
|
|
|
|
|
|
An image can be used to easily define the shape of a window...... |
|
|
|
|
|
|
The StoredValue property is used to get the value currently stored by:
a row in a List Box, ListView or Combo Box control.
a "Text token" Edit control.
a row of a Table control.
an input suggestion in an Edit control (if the suggestion is selected).... |
|
|
|
|
|
|
The following functions are used to manage the "Internal windows" controls...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|