|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The following functions are used to manage Drag and Drop: |
|
|
|
|
|
|
|
| Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications. |
|
|
|
|
|
|
|
| The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window... |
|
|
|
|
|
|
|
| For some types of controls, WINDEV and WEBDEV offer an automatic management of Drag and Drop. |
|
|
|
|
|
|
|
| An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows... |
|
|
|
|
|
|
|
| The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls... |
|
|
|
|
|
|
|
| To make a WEBDEV website more interactive, you have the ability to implement Drag and Drop in the pages. |
|
|
|
|
|
|
|
| Emulates a "Drag & Drop" gesture in automated tests. |
|
|
|
|
|
|
|
| Retrieves the number and the name of the files "dropped" from the explorer. |
|
|
|
|
|
|
|
| Automatically updates:
the value of the items in a table with the value of the controls in the page. The table items bound to the window controls are automatically updated with the values of these controls.
the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls.
This operation is performed regardless of the state of the controls (grayed, inactive or invisible).... |
|
|
|
|
|
|
|
| Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC).... |
|
|
|
|
|
|
|
| Indicates whether the specified year is a leap year or not. |
|
|
|
|
|
|
|
| Displays a semi-dynamic page in the browser of the Web user from a dynamic or static WEBDEV page. |
|
|
|
|
|
|
|
| This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV...... |
|
|
|
|
|
|
|
| List of events associated with the columns of Table controls... |
|
|
|
|
|
|
|
| When the code is overridden, used to run the process of the template corresponding to the process of the current control. |
|
|
|
|
|
|
|
| Determines if every point of geometry A lies inside or on the boundary of geometry B. |
|
|
|
|
|
|
|
| The MultiLinestring2D type can be used to store a collection of linestrings defined with 2D coordinates. |
|
|
|
|
|
|
|
| Returns a geometry representing the intersection between a geographic polygon and another geometry. |
|
|
|
|
|
|
|
| Checks whether the intersection of a 2D polygon and another geometry does not result in an empty set. |
|
|
|
|
|
|
|
| The MultiPolygonGeo type can be used to store a collection of non-overlapping polygons defined with geographic coordinates. |
|
|
|
|
|
|
|
| The PolygonGeo type is used to define all the advanced characteristics of a geographic polygon. |
|
|
|
|
|
|
|
| From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications via the telemetry...... |
|
|
|
|
|
|
|
| The main manipulations possible on a database schema (MLD) are as follows ...... |
|
|
|
|
|
|
|
| When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError...... |
|
|
|
|
|
|
|
| Opens the system time picker. |
|
|
|
|
|
|
|
| WEBDEV includes multiple methods for testing your sites...... |
|
|
|
|
|
|
|
| The color palettes are an easy way to customize the visual aspect of a site...... |
|
|
|
|
|
|
|
| There are different types of links between the tables...... |
|
|
|
|
|
|
|
| Returns the list of files found in an archive. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|