|
|
|
|
|
|
|
|
|
|
|
|
|
|
| For some types of controls, WINDEV and WEBDEV offer an automatic management of Drag and Drop. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Retrieves the number and the name of the files "dropped" from the explorer. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls... |
|
|
|
|
|
|
|
| The EndDatePeriodDisplayed property is used to get the end date of the time period displayed in a Scheduler or Organizer control of a report. |
|
|
|
|
|
|
|
| The hScheduleMaterializedView type is used to programmatically manage a task for recalculating the data of a scheduled materialized view on an HFSQL server. |
|
|
|
|
|
|
|
| The AppointmentContinuous property is used to determine or change how multiple-day appointments are displayed in a Scheduler control. |
|
|
|
|
|
|
|
| Allows you to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query. |
|
|
|
|
|
|
|
| Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy). |
|
|
|
|
|
|
|
| The DataBinding property is used to identify and change the binding between a control and:
an item in a data file.
a variable.
several variables.... |
|
|
|
|
|
|
|
| The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code. |
|
|
|
|
|
|
|
| The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming. |
|
|
|
|
|
|
|
| The FilterCondition property allows you to know the selection condition set by HFilter on a data file, HFSQL view or query. |
|
|
|
|
|
|
|
| Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query. |
|
|
|
|
|
|
|
| Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy). |
|
|
|
|
|
|
|
| The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.).... |
|
|
|
|
|
|
|
| Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server).... |
|
|
|
|
|
|
|
| Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files. |
|
|
|
|
|
|
|
| Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed. |
|
|
|
|
|
|
|
| Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed. |
|
|
|
|
|
|
|
| END can correspond to:
the END keyword of WLanguage used to specify the end of a loop.
the End property, which can be used on EventTimeline variables.
....... |
|
|
|
|
|
|
|
| Once a report was created, the description of this report can be modified at any time...... |
|
|
|
|
|
|
|
| To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis...... |
|
|
|
|
|
|
|
| To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis...... |
|
|
|
|
|
|
|
| A state-transition diagram presents a sequence of states that an object goes through during its lifecycle...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|