|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Enables the interception of an SNMP "trap" sent by an agent. |
|
|
|
|
|
|
|
| Disables the interception of an SNMP trap. |
|
|
|
|
|
|
|
| Loads a MIB file in memory and analyzes it. |
|
|
|
|
|
|
|
| Converts an OID from its numeric representation to its text representation. |
|
|
|
|
|
|
|
| Converts an OID from its text representation to its numeric representation. |
|
|
|
|
|
|
|
| Returns the authorized access modes of a specific OID. |
|
|
|
|
|
|
|
| Writes one or more values onto an SNMP agent for which an SNMP session was started. |
|
|
|
|
|
|
|
| Returns the status of an OID. |
|
|
|
|
|
|
|
| Returns the description of an OID. |
|
|
|
|
|
|
|
| Returns the type of data in an OID. |
|
|
|
|
|
|
|
| Makes a backup copy of the content of an HFSQL server: all databases on the server, one... |
|
|
|
|
|
|
|
| Cancels a current backup. |
|
|
|
|
|
|
|
| Returns information about one or more backups performed on an HFSQL Client/Server server.... |
|
|
|
|
|
|
|
| Returns the identifier of the current document in the Lotus Notes database browsed. |
|
|
|
|
|
|
|
| Deletes the current document from the Lotus Notes database browsed. |
|
|
|
|
|
|
|
| Allows you to find out and modify the rate of gray for the pages that use DDW (Dim disabled pages). |
|
|
|
|
|
|
|
| Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used... |
|
|
|
|
|
|
|
| Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework. |
|
|
|
|
|
|
|
| Specifies the useful size of an internal window with automatic scrollbars. The useful size... |
|
|
|
|
|
|
|
| Adds a scheduled task on the server defined by the connection. |
|
|
|
|
|
|
|
| Lists the scheduled tasks of an HFSQL Client/Server server for a given connection.... |
|
|
|
|
|
|
|
| Deletes a scheduled task from an HFSQL Client/Server server.... |
|
|
|
|
|
|
|
| Converts a one-dimensional array or a two-dimensional array into a character string in CSV format. |
|
|
|
|
|
|
|
| Fills a one- or two-dimensional array of the specified type with the character string in CSV format... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|