|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
|
| Syntax for calling a local or global procedure. |
|
|
|
|
|
|
|
| A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
|
| When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure. |
|
|
|
|
|
|
|
| The parameters can be passed to a procedure... |
|
|
|
|
|
|
|
| Sets the position on the next result of a search in the content of a PDF Reader control. |
|
|
|
|
|
|
|
| Opens a document in a new (non-modal) window using the WINDEV editor adapted to the document.... |
|
|
|
|
|
|
|
| Identifies or modifies the current directory. |
|
|
|
|
|
|
|
| Used to determine if the application is launched from an interactive notification in "Windows 10". |
|
|
|
|
|
|
|
| Transforms a menu option of a page in order for this option to open a popup. |
|
|
|
|
|
|
|
| Finds documents in a MongoDB collection. |
|
|
|
|
|
|
|
| Adds an attached file to an email. |
|
|
|
|
|
|
|
| Returns the path of directory that will be used to store the data in cache on the internal storage... |
|
|
|
|
|
|
|
| If a transaction is in progress, rolls back all operations performed on tables in transactions... |
|
|
|
|
|
|
|
| Creates a specific type of chart. |
|
|
|
|
|
|
|
| Used to configure the management of caches in the HFSQL Client/Server engine.... |
|
|
|
|
|
|
|
| Returns the status of an OID. |
|
|
|
|
|
|
|
| Modifies the period (which means the number of seconds, milliseconds, microseconds, ...) displayed... |
|
|
|
|
|
|
|
| Cancels the current search criterion. |
|
|
|
|
|
|
|
| Starts the application to which a widget belongs. |
|
|
|
|
|
|
|
| Calculates the difference between two times in hundredths of a second. |
|
|
|
|
|
|
|
| Reinitializes:
all the controls found in the current window or page (including the groups... |
|
|
|
|
|
|
|
| Temporarily disables the filter on a table (view or query). |
|
|
|
|
|
|
|
| Loads a file in XLSX format in a Spreadsheet control found in a window. |
|
|
|
|
|
|
|
| Lists the clients connected to the WebSocket server. |
|
|
|
|
|
|
|
| Used to update the structure of an HFSQL table by performing an automatic data modification (also... |
|
|
|
|
|
|
|
| Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control. |
|
|
|
|
|
|
|
| Opens a WINDEV window and closes all other previously open windows. |
|
|
|
|
|
|
|
| Indicates whether the code currently run is in iOS mode (iPhone, iPad). |
|
|
|
|
|
|
|
| Emulates an Action Bar during the automated tests run on a mobile device (Android or iOS). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|