|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Syntax for calling a local or global procedure. |
|
|
|
|
|
|
|
| The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
|
| The parameters can be passed to a 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. |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| Explicitly creates a mutex. |
|
|
|
|
|
|
|
| Locks the current thread while waiting for the mutex to be freed. |
|
|
|
|
|
|
|
| Signals that the thread frees the mutex. |
|
|
|
|
|
|
|
| Explicitly destroys a mutex. |
|
|
|
|
|
|
|
| Saves an XML document in a file. |
|
|
|
|
|
|
|
| Initializes a query and declares this query to the database server in order to optimize the next... |
|
|
|
|
|
|
|
| Returns the total size (in bytes) of a file found in an Upload control. |
|
|
|
|
|
|
|
| Returns the characteristics of the connection to the client database. |
|
|
|
|
|
|
|
| Reads an information specific to the client for the current SaaS site. |
|
|
|
|
|
|
|
| Adds a link to a text section in an edit control. |
|
|
|
|
|
|
|
| Saves a specific information for a SaaS site in the configuration of a client account. |
|
|
|
|
|
|
|
| Returns the number of the current column in a multi-column report. |
|
|
|
|
|
|
|
| Checks whether a character string starts:
with a specific character string.
with one... |
|
|
|
|
|
|
|
| Checks whether a character string ends:
with a specific character string.
with one... |
|
|
|
|
|
|
|
| Pauses a stopwatch in order to measure the time spent on a process. |
|
|
|
|
|
|
|
| Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause. |
|
|
|
|
|
|
|
| Instantiates a COM object (Component Object Model). |
|
|
|
|
|
|
|
| Runs a method of an interface of a COM object instantiated by COMCreateInstance. |
|
|
|
|
|
|
|
| Fills an array of classes or structures with the content of an HFSQL data file or query. |
|
|
|
|
|
|
|
| Saves a dump file of the application. |
|
|
|
|
|
|
|
| Enables the dynamic audit through programming. |
|
|
|
|
|
|
|
| Retrieves and changes the status of the dynamic audit. |
|
|
|
|
|
|
|
| Retrieves or modifies the options of the dynamic audit. |
|
|
|
|
|
|
|
| Writes a custom runtime warning into the dynamic audit. |
|
|
|
|
|
|
|
| Writes a comment into the current dynamic audit. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|