|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Returns the current track of a media file previously opened (MCIOpen). |
|
|
|
|
|
|
|
| Defines whether a series will be drawn on the secondary axis. |
|
|
|
|
|
|
|
| Lists the subkeys of a registry key. |
|
|
|
|
|
|
|
| Publishes a message on the MQTT broker. |
|
|
|
|
|
|
|
| Starts "collecting information" for the performance profiler. |
|
|
|
|
|
|
|
| Retrieves a character string in a format external to PC Soft (character string that is the result... |
|
|
|
|
|
|
|
| Returns the height (in pixels) of a media file used to display images. |
|
|
|
|
|
|
|
| Used to find out whether the incoming or outgoing call is ended. |
|
|
|
|
|
|
|
| Retrieves the default profile defined in Outlook. |
|
|
|
|
|
|
|
| Displays a WEBDEV page in the user's browser and closes all page contexts currently open... |
|
|
|
|
|
|
|
| Recursively loads in memory all the external components used in the project. |
|
|
|
|
|
|
|
| Calculates the next Luhn check digit for a given sequence. |
|
|
|
|
|
|
|
| Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher. |
|
|
|
|
|
|
|
| Adds a user to the User Groupware database. |
|
|
|
|
|
|
|
| Adds a new list to a Kanban control. |
|
|
|
|
|
|
|
| Determines whether two geometries overlap. |
|
|
|
|
|
|
|
| Returns the name of a column found in a Table or Treeview Table control. |
|
|
|
|
|
|
|
| Defines the size of the image containing the chart. |
|
|
|
|
|
|
|
| Lists all the comments on the current worksheet of a Spreadsheet control. |
|
|
|
|
|
|
|
| Enables or disables a scheduled task on an HFSQL Client/Server server.... |
|
|
|
|
|
|
|
| Connects the "Camera" control to a specific driver for video capture. |
|
|
|
|
|
|
|
| Lists the application's quick actions.... |
|
|
|
|
|
|
|
| Checks whether a string matches the format defined by a regular expression. |
|
|
|
|
|
|
|
| Stops the specified call detection that was started by tapiListen. |
|
|
|
|
|
|
|
| Opens or closes the Dashboard control edit mode. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|