|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Lists the directories and the files found:
on the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV,
on the client computer.
This function is kept for backward compatibility.... |
|
|
|
|
|
|
|
| Sends an HTTP request in asynchronous mode: the program continues to run and the response is processed by a specific procedure.
This new feature is available as of WINDEV Suite SaaS 2025 Update 3.... |
|
|
|
|
|
|
|
| Sends an HTTP request in asynchronous mode: the program continues to run and the response is processed by a specific procedure.
This new feature is available as of WINDEV Suite SaaS 2025 Update 3.... |
|
|
|
|
|
|
|
| Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS). |
|
|
|
|
|
|
|
| Executes a stored procedure in asynchronous mode.
This new function is available from WINDEV Suite SaaS 2025 Update 2.... |
|
|
|
|
|
|
|
| Executes a stored procedure in asynchronous mode.
This new function is available from WINDEV Suite SaaS 2025 - Update 2.... |
|
|
|
|
|
|
|
| Opens a document in a new (non-modal) window using the WINDEV editor adapted to the document. The result can be retrieved via a WLanguage procedure ("callback") when the document editing window is closed.
As of WINDEV Suite SaaS 2025 Update 2, the diagram editor will be used to open diagrams... |
|
|
|
|
|
|
|
| The Native Sybase Connector (also called Native Sybase Access) is used to:
specify the input values during the call to a stored procedure.
retrieve the output values after a call to a stored procedure.... |
|
|
|
|
|
|
|
| The Before property replaces or inserts a procedure before the other procedures in:
a Procedure variable.
an event associated with a control.... |
|
|
|
|
|
|
|
| The global procedures are grouped in set of procedures...... |
|
|
|
|
|
|
|
| The Procedure type is used to handle:
the procedures or methods found in the project.
the procedures or methods found in an internal component.
the procedures or methods found in an external component.... |
|
|
|
|
|
|
|
| In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ...... |
|
|
|
|
|
|
|
| The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code...... |
|
|
|
|
|
|
|
| Two types of procedures are available...... |
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure.... |
|
|
|
|
|
|
|
| A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ...... |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|