|
|
|
|
|
|
|
WINDEV allows you to manipulate an ActiveX control in WLanguage via... |
|
|
|
|
|
|
WDXView is an ActiveX browser... |
|
|
|
|
|
|
Allows you to get and change the visibility status of the search control associated with the Action Bar in the current window. |
|
|
|
|
|
|
The Organizer control can be configured in the editor via the description window ("Details" tab)...... |
|
|
|
|
|
|
A Check Box can correspond to...... |
|
|
|
|
|
|
To view the characteristics of the control, select "Description" in the context menu.... |
|
|
|
|
|
|
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc.... |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
The XAxisMax property gets the maximum 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. |
|
|
|
|
|
|
The YAxisMax property gets the maximum value of the Y-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed. |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
WINDEV allows the user to easily sort the columns of a Table control.... |
|
|
|
|
|
|
The DisplayOrphan property is used to:
Determine whether a row or column in a Pivot Table control is displayed when it has no parent.
Change the display mode of a row or column in a Pivot Table control when it has no parent.... |
|
|
|
|
|
|
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 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.... |
|
|
|
|
|
|
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 { 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.... |
|
|
|
|
|
|
Plays a multimedia file in a Multimedia control. |
|
|
|
|
|
|
Opens a media file in a Multimedia control. |
|
|
|
|
|
|
Returns the month displayed in a Calendar control. |
|
|
|
|
|
|
Returns the date selected in a Calendar control. |
|
|
|
|
|
|
Modifies a column in a horizontal Table control. |
|
|
|
|
|
|
Adds a new appointment into a Scheduler control. |
|
|
|
|
|
|
Deletes all appointments and resources from a Scheduler control. |
|
|
|
|
|
|
Adds a new resource into a Scheduler control. |
|
|
|
|
|
|
Displays a new Captcha in a Captcha control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|