|
|
|
|
|
|
|
WINDEV allows you to open windows in popup format... |
|
|
|
|
|
|
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback"). |
|
|
|
|
|
|
MyPopupControl is used to handle the control that opened a popup window... |
|
|
|
|
|
|
Opens a popup window by specifying its opening position and waits until it is closed. |
|
|
|
|
|
|
The WithScroll property is used to:
enable or disable the scroll gesture on a Map control,
determine whether the scroll gesture is enabled on a Map control.... |
|
|
|
|
|
|
The automatic completion helps you write WLanguage code in your applications...... |
|
|
|
|
|
|
The WithRotation property is used to:
enable or disable the rotate gesture on a Map control,
determine whether the rotate gesture is enabled on a Map control.... |
|
|
|
|
|
|
The ToolbarVisible property is used to:
know if the toolbar or the ribbon is displayed in a control.
show or hide the toolbar or the ribbon in a control.... |
|
|
|
|
|
|
The FilePath property gets:
the name of the xlsx file associated with a Spreadsheet control.
the name of the file associated with an Image Editor control.
the name of the PDF file associated with a PDF Reader control.
the name of the DOCX file associated with a Word Processing control.
the name of the wddiag file associated with a Diagram Editor control.... |
|
|
|
|
|
|
The Image property gets and sets the background image of a control or block. |
|
|
|
|
|
|
The DisplayedItem property is used to:
Find out the item or the variable displayed by the control.
Modify the item or the variable displayed by the control.... |
|
|
|
|
|
|
The BrowsedItem property is used to:
Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files.
Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized.... |
|
|
|
|
|
|
The Visible property is used to:
Find out whether an element is visible.
Make an element visible or invisible.... |
|
|
|
|
|
|
The Type property is used to get:
the type of element (data file or item) defined programmatically or in the data model editor, view or query.
the type of object.
the type of data held in a Variant.... |
|
|
|
|
|
|
The StoreTheConfiguration property is used to:
Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored.
Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)... |
|
|
|
|
|
|
The Size property is used to determine and change the size of an element. |
|
|
|
|
|
|
The automatic data file modification updates the description of data files on user computers...... |
|
|
|
|
|
|
In a setup program, you may want to customize some actions...... |
|
|
|
|
|
|
Before using a .NET assembly, a specific configuration is required...... |
|
|
|
|
|
|
In some cases, running a program or a site with or without the debugger can produce different results...... |
|
|
|
|
|
|
The test of the entire project allows you to simulate the start of the application with the executable...... |
|
|
|
|
|
|
Several methods can be used to distribute a WINDEV application...... |
|
|
|
|
|
|
The ".NET 2.0 control (WinForm)" is used to easily manage the.NET controls in WinForm format (for.NET 2.0).... |
|
|
|
|
|
|
WINDEV and WEBDEV propose two methods for handling the Excel files...... |
|
|
|
|
|
|
When creating the setup program of a WINDEV application using HFSQL Client/Server data files, the wizard allows you to...... |
|
|
|
|
|
|
The anchors are used to define the behavior of controls during a resize operation...... |
|
|
|
|
|
|
The NumberDisplayedPage property is used to identify and change the number of the page currently displayed in the PDF Reader or Word Processing control. |
|
|
|
|
|
|
The MaxValue property is used to:
get and set the top value of a report based on a data file.
get the maximum value of the current filter.
get the maximum value of a data series in a chart.
get and set the maximum value for some types of controls.... |
|
|
|
|
|
|
The MinValue property is used to:
get and set the bottom value of a report based on a data file.
get the minimum value of the current filter.
get the minimum value of a data series in a chart.
get and set the minimum value for some types of controls.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|