|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The Multitask function allows you to:
define a timeout,
give control back to Windows,
give control back to Windows and to WLanguage.... |
|
|
|
|
|
|
|
| WINDEV allows you to handle an ActiveX control in WLanguage via...... |
|
|
|
|
|
|
|
| Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.). |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by SCPSendFile when transferring files to a remote host using the Secure Copy Protocol (SCP). |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by SCPGetFile when retrieving a file on a local computer using the Secure Copy Protocol (SCP). |
|
|
|
|
|
|
|
| The Property Termination is used to define the Procedure WLanguage executed when moving to the next/previous step or at the end of the guided tour.... |
|
|
|
|
|
|
|
| Automatically initializes:
the value of the items in a table with the value of the controls in the page.
the value of the WLanguage variables with the value of the page controls.... |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by NearbyShareAcceptConnection to track the data transfer progress. This procedure gets the status of the current transfer. |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by NearbyShareDiscoverDevice when a new nearby device is discovered, or when a previously discovered device is no longer available. |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by OuvreDocument after the edit window is closed. This procedure can be a local, global or internal procedure. |
|
|
|
|
|
|
|
| Automatically updates:
the value of the items in a table with the value of the controls in the page.
the value of the WLanguage variables with the value of the page controls.... |
|
|
|
|
|
|
|
| WLanguage procedure ("Callback") called by ExplorerAccept during a drag-and-drop operation from the Windows explorer. |
|
|
|
|
|
|
|
| You have the ability to use external languages with WINDEV...... |
|
|
|
|
|
|
|
| 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).... |
|
|
|
|
|
|
|
| A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...... |
|
|
|
|
|
|
|
| The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target. |
|
|
|
|
|
|
|
| During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"... |
|
|
|
|
|
|
|
| Word Processing controls can be handled programmatically...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|