|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Retrieves locally the content of a compressed backup (in ZIP format) performed on an HFSQL server. |
|
|
|
|
|
|
|
| Deletes an attribute as well as its values. |
|
|
|
|
|
|
|
| Reads a task in a Lotus Notes or Outlook task list. |
|
|
|
|
|
|
|
| UnloadProcedure is kept for backward compatibility. |
|
|
|
|
|
|
|
| Waits for the execution of a parallel task. |
|
|
|
|
|
|
|
| Generates a request to pin a quick action. |
|
|
|
|
|
|
|
| Defines the WLanguage procedure that will be called whenever a replication operation is performed... |
|
|
|
|
|
|
|
| Sets the rights granted to a user or group on an HFSQL Client/Server table.... |
|
|
|
|
|
|
|
| Defines the WLanguage procedure that will be called when the location of the user changes. |
|
|
|
|
|
|
|
| Gets the palette currently used by the project or window. |
|
|
|
|
|
|
|
| Indicates whether the code is run during the test of a report or query in Reports & Queries. |
|
|
|
|
|
|
|
| Configures the print preview:
display a message regarding the resources of current computer.... |
|
|
|
|
|
|
|
| For a given position (coordinates of a point) in a Word Processing control, returns one... |
|
|
|
|
|
|
|
| Locks the current thread until it receives a signal from another thread. |
|
|
|
|
|
|
|
| The current thread sends a signal to the specified thread in order to unlock it. |
|
|
|
|
|
|
|
| Opens and initializes:
a serial port.
a parallel port.
an infrared port.... |
|
|
|
|
|
|
|
| Searches for the index of an element in a WLanguage array. |
|
|
|
|
|
|
|
| Returns the list of keys in a table (query or view) recognized by the HFSQL engine. |
|
|
|
|
|
|
|
| Returns the dominant (i.e. most frequent) color of an image in an Image variable or in an Image... |
|
|
|
|
|
|
|
| Waits for a service to be in a specific status. |
|
|
|
|
|
|
|
| Restarts a paused service. |
|
|
|
|
|
|
|
| Returns the name of the file currently generated. |
|
|
|
|
|
|
|
| Converts:
an ANSI string (Windows) to a UNICODE string.
a buffer containing an ANSI string... |
|
|
|
|
|
|
|
| Reads the value of a characteristic on a Bluetooth Low Energy device. |
|
|
|
|
|
|
|
| Defines the title of X-axis and the title of Y-axis in a chart. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|