|
|
|
|
|
|
|
|
|
|
|
|
|
|
| WINDEV allows you to manipulate an ActiveX control in WLanguage via... |
|
|
|
|
|
|
|
| The ActiveX control is used to easily manage the ActiveX technology... |
|
|
|
|
|
|
|
| WDXView is an ActiveX browser... |
|
|
|
|
|
|
|
| Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page. |
|
|
|
|
|
|
|
| The UpperValue property is used to:
Get the upper bound of the currently selected interval in a Range Slider control.
Change the upper bound of the currently selected interval in a Range Slider control.... |
|
|
|
|
|
|
|
| The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item... |
|
|
|
|
|
|
|
| The AnchorRateWidth property is used to:
Find out the anchor rate when a control (or a table column) stretches on the horizontal axis.
Modify the anchor rate when a control (or a table column) stretches on the horizontal axis.... |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
| The LowerValue property is used to:
Get the lower bound of the interval currently selected in a Range Slider control.
Change the lower bound of the interval currently selected in a Range Slider control.... |
|
|
|
|
|
|
|
| The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed. |
|
|
|
|
|
|
|
| A Check Box can correspond to...... |
|
|
|
|
|
|
|
| A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc.... |
|
|
|
|
|
|
|
| Stops the current process and forces the input in the specified control, window or page. |
|
|
|
|
|
|
|
| The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content...... |
|
|
|
|
|
|
|
| These are the main concepts for programming Looper controls based on a data file...... |
|
|
|
|
|
|
|
| This page explains how to program Table controls based on a data file...... |
|
|
|
|
|
|
|
| Here is an overview of how to handle Looper controls populated programmatically in WLanguage... |
|
|
|
|
|
|
|
| List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls.... |
|
|
|
|
|
|
|
| A Table, List Box, or Combo Box control can be used to display the content of a table or query...... |
|
|
|
|
|
|
|
| The "Internal Window" control is used to include a window (and its code) in a control of another window...... |
|
|
|
|
|
|
|
| The TitleHeader property is used to:
Get the title and aspect of a column title-header (Table or TreeView Table control).
Get the number of column title-headers (Table or TreeView Table control).
Change the title and aspect of a column title-header (Table or TreeView Table control).... |
|
|
|
|
|
|
|
| The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|