|
|
|
|
|
|
|
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls... |
|
|
|
|
|
|
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event). |
|
|
|
|
|
|
An activity diagram represents the behavior of a method or the flow of a use case...... |
|
|
|
|
|
|
Displays the specified cell in a Spreadsheet control found in a window:
either the visible area of Spreadsheet control is moved to display the cell.
or the cell is displayed in the upper-left corner of visible area of Spreadsheet control.... |
|
|
|
|
|
|
The CONTINUE keyword can correspond:
to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration.
to the CONTINUE: label. It allows you to declare a common code in a loop.... |
|
|
|
|
|
|
Displays the specified cell in a Spreadsheet control found in a window:
either the visible area of Spreadsheet control is moved to display the cell.
or the cell is displayed in the upper-left corner of visible area of Spreadsheet control.... |
|
|
|
|
|
|
Opens:
the form of an application on Android (Play Store), iOS (App Store) or Windows (Windows Store) in order for the user to give a mark to it and/or to comment it.
the form for configuring the In-App purchases of an application.... |
|
|
|
|
|
|
The wsResponse type is used to get:
the XML source code of the Webservice response.
the value of the different parts of the Webservice response (for the Webservices returning several responses).... |
|
|
|
|
|
|
The following functions are used to handle Image Editor controls and WDPic variables, using prefix syntax: |
|
|
|
|
|
|
Searches for elements whose "name" attribute matches a specific value in an HTML document (or in an HTML node). |
|
|
|
|
|
|
Undoes all the modifications made by the end user ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
Calculates the covariance between two series of values. |
|
|
|
|
|
|
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads.... |
|
|
|
|
|
|
The KeepVisibleHierarchy property is used to:
Determine which elements of the TreeView table will be printed: the entire hierarchy or only visible elements in the control.
Change the hierarchy print mode: the entire hierarchy or only visible elements in the control.... |
|
|
|
|
|
|
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time.... |
|
|
|
|
|
|
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window...... |
|
|
|
|
|
|
The InitialAnimation property determines whether the animation of an Image, Button, Static or Carousel control is enabled when the control is created. |
|
|
|
|
|
|
The Thumbnail property is used to:
get the value of an item thumbnail. This item was defined in the data model editor or through programming.
get and change the image associated with a Thumbnail control.... |
|
|
|
|
|
|
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar. |
|
|
|
|
|
|
The Mode property describes:
the minimum number of nodes that must acknowledge a write operation before it is considered as successful (mongoWriteConcern variable).
the management mode of multicolumn sections (docFormatMulticolumn variable).
how the tooltip of a step of a guided tour is displayed.... |
|
|
|
|
|
|
The End of document block is run once at the end of the report execution...... |
|
|
|
|
|
|
The selection of records performed by query is not necessarily displayed in a report, in a window, ...... |
|
|
|
|
|
|
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|