|
|
|
|
|
|
|
|
|
|
|
|
|
|
| WINDEV enables you to handle an OLE control by programming...... |
|
|
|
|
|
|
|
| The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window. |
|
|
|
|
|
|
|
| The GDPR property is used to:
find out if the GDPR applies to an item from a data file.
define whether the GDPR should apply to an item (in the item description in the code only).... |
|
|
|
|
|
|
|
| Returns the Continent variable that corresponds to one of the following values:
a continent constant (2-character continent code),
a continent caption.... |
|
|
|
|
|
|
|
| A sequence diagram represents the chronological order of messages sent and received by a set of objects...... |
|
|
|
|
|
|
|
| Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend. |
|
|
|
|
|
|
|
| Deletes a file from the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV.
This function is kept for backward compatibility.... |
|
|
|
|
|
|
|
| Defines the procedure called when the value of a key is changed in an Apple iCloud-based container of "key-value" pairs. |
|
|
|
|
|
|
|
| Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response.... |
|
|
|
|
|
|
|
| Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response.... |
|
|
|
|
|
|
|
| Creating a replication with ReplicEdit allows you to specify several parameters...... |
|
|
|
|
|
|
|
| GDPR: General Data Protection Regulation... |
|
|
|
|
|
|
|
| A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example...... |
|
|
|
|
|
|
|
| In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame...... |
|
|
|
|
|
|
|
| Via the Project Management Hub, WINDEV, WEBDEV and WINDEV Mobile allow you to define the different actions required to create a project...... |
|
|
|
|
|
|
|
| When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default...... |
|
|
|
|
|
|
|
| To select records coming from several data files, joins must be used in the SQL query...... |
|
|
|
|
|
|
|
| When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period...... |
|
|
|
|
|
|
|
| When coding, developers often need to do a quick search in the current code... |
|
|
|
|
|
|
|
| The StartVisibleRange property is used to:
get and change the first visible date or time in a Scheduler or TimeLine control.
change the first visible time in a TimeLine control.... |
|
|
|
|
|
|
|
| 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).... |
|
|
|
|
|
|
|
| WINDEV allows you to handle a Carousel control through programming...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|