|
|
|
|
|
|
|
The project comparator is used to compare two elements and to list the differences found... |
|
|
|
|
|
|
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor. |
|
|
|
|
|
|
The "Modifier" pane is used to view and/or modify, from the window editor, page editor or report editor, the main characteristics... |
|
|
|
|
|
|
The test of a single page runs the current page in WEBDEV... |
|
|
|
|
|
|
WEBDEV allows you to define overlayable controls... |
|
|
|
|
|
|
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)... |
|
|
|
|
|
|
Modern UIs generally use larger windows, pages and fonts... |
|
|
|
|
|
|
The page creation wizard offers many types of pages associated with HFSQL data files... |
|
|
|
|
|
|
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid... |
|
|
|
|
|
|
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor... |
|
|
|
|
|
|
Comparing two windows (two pages, two reports, two classes, ... |
|
|
|
|
|
|
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options... |
|
|
|
|
|
|
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user. |
|
|
|
|
|
|
The code statistics affect... |
|
|
|
|
|
|
The CompactToolbar property is used to:
determine if the window toolbars are compacted.
compact (or not) the toolbars.... |
|
|
|
|
|
|
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls. |
|
|
|
|
|
|
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window. |
|
|
|
|
|
|
The StatusBar property is used to:
find out whether the status bar is displayed or not
display (or not) the status bar of a window.... |
|
|
|
|
|
|
The Option property is used to configure how a Bar Code control is displayed. |
|
|
|
|
|
|
The HelpNumber property is used to identify and modify the help number associated with a control. |
|
|
|
|
|
|
The InitialState property is used to get the initial state of a control. |
|
|
|
|
|
|
The Memory property determines if the specified control is populated programmatically or is based on a data file. |
|
|
|
|
|
|
The Vertical property is used to:
determine if a control is oriented horizontally or vertically.
change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely).... |
|
|
|
|
|
|
The NumberColumn property is used to:
Get the number of columns in Table, Check Box, Radio Button controls, etc..
Set the number of columns in a multi-column List Box control.... |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
Sharing a project in practice... |
|
|
|
|
|
|
The code editor allows you to enter "Code snippets"...... |
|
|
|
|
|
|
The Start of break block is optional...... |
|
|
|
|
|
|
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns...... |
|
|
|
|
|
|
The compilation options allow you to define the help system generation settings...... |
|
|
|
|
|
|
List of functions for managing browsers... |
|
|
|
|
|
|
Refreshes a Table or TeeeView Table control from a given position:
for a control linked to a file: changes made in the linked data file are reflected in the control.
for a control handled programmatically: the calculated columns are re-calculated.... |
|
|
|
|
|
|
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases).... |
|
|
|
|
|
|
The context menu of menu options allows you to perform all the operations required to define a drop-down menu...... |
|
|
|
|
|
|
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|