|
|
|
|
|
|
|
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 YAxisMin property gets the minimum value of the Y-axis in a Chart control. |
|
|
|
|
|
|
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 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. |
|
|
|
|
|
|
Prints the content:
of a PDF file.
of a buffer containing a PDF.
of a PDF Reader control.... |
|
|
|
|
|
|
The CaptionIfNew property is used to get and change the caption of a pane opened by the end user in a dynamic Tab control. |
|
|
|
|
|
|
The NumberAccessiblePages property is used to get the number of pages currently loaded in a PDF Reader or Word Processing control. |
|
|
|
|
|
|
Two methods can be used to create a query...... |
|
|
|
|
|
|
The project dashboard is an essential element for managing WINDEV Mobile projects.... |
|
|
|
|
|
|
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file.... |
|
|
|
|
|
|
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application...... |
|
|
|
|
|
|
A delete query (corresponding SQL statement...... |
|
|
|
|
|
|
The TokenListSeparator property retrieves or modifies the separators that trigger the creation of new tokens when entering information in a "Text token" Edit control. |
|
|
|
|
|
|
Environment of the report editor... |
|
|
|
|
|
|
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ...... |
|
|
|
|
|
|
The DynamicTab property is used to:
Find out the type of a Tab control (static tab or dynamic tab).
Modify the type of a Tab control (static tab or dynamic tab).... |
|
|
|
|
|
|
The TokenDeletable property is used to:
Determine if the end user is allowed to delete tokens in a "Text token" Edit control.
Allow or prevent the end user from deleting tokens in a "Text token" Edit control.... |
|
|
|
|
|
|
The TokenEnabled property determines if an Edit control is a "Text token" Edit control. |
|
|
|
|
|
|
The main elements of the project editor are as follows: |
|
|
|
|
|
|
The TokenAllowDuplicate property is used to:
Allow or prevent the user from entering duplicates in a "Text token" Edit control.
Determine if duplicates are allowed in a "Text token" Edit control.... |
|
|
|
|
|
|
The TokenCurrentInput property is used to read or change the value being entered in a "Text token" edit control. |
|
|
|
|
|
|
The NumberPage property is used to get:
the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control.
the number of pages in a PDF file displayed in an Image control.
the number of pages found in a PDF file displayed in a PDF Reader control.
the number of pages found in a DOCX file displayed in a Word Processing control.... |
|
|
|
|
|
|
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice.... |
|
|
|
|
|
|
A cell found in a Table control can contain a set of controls...... |
|
|
|
|
|
|
The Xaml control allows you to easily manage the Xaml language...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|