|
|
|
|
|
|
|
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
|
| The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
|
| Syntax for calling a local or global procedure. |
|
|
|
|
|
|
|
| The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| 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 description of the parameter type is optional... |
|
|
|
|
|
|
|
| The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| The parameters can be passed to a procedure... |
|
|
|
|
|
|
|
| For a given position in a Word Processing control (coordinates of a control point), returns one... |
|
|
|
|
|
|
|
| Deletes a table of contents from a document. |
|
|
|
|
|
|
|
| Shows an error icon next to an Edit control to indicate that the input is invalid. |
|
|
|
|
|
|
|
| Returns the list of all countries or countries of a given continent according to ISO 3166-1. |
|
|
|
|
|
|
|
| Returns the Country variable corresponding to an ISO code or to the country caption according... |
|
|
|
|
|
|
|
| Returns the list of continents. |
|
|
|
|
|
|
|
| Returns the Continent variable that corresponds to one of the following values:
a continent... |
|
|
|
|
|
|
|
| Indicates whether the application is running in Mac Catalyst mode (running an iPad application... |
|
|
|
|
|
|
|
| Saves the image of a chart in an Image variable. |
|
|
|
|
|
|
|
| Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via... |
|
|
|
|
|
|
|
| Disables an Automatic Application Feature (AAF) on a control, window or on the current application. |
|
|
|
|
|
|
|
| Dynamically compiles an Procedure whose source code is provided (dynamic compilation). |
|
|
|
|
|
|
|
| Returns information about a component. |
|
|
|
|
|
|
|
| UnloadProcedure is kept for backward compatibility. |
|
|
|
|
|
|
|
| Branches a procedure to the event of an automation object. |
|
|
|
|
|
|
|
| Runs an Automatic Application Feature (AAF) on a control or window. |
|
|
|
|
|
|
|
| Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp). |
|
|
|
|
|
|
|
| Reads the content of an INI file (or the content of a file structured like .INI files). |
|
|
|
|
|
|
|
| Initializes the generator of random numbers. |
|
|
|
|
|
|
|
| Opens the standard window for color selection and selects the specified color. |
|
|
|
|
|
|
|
| Plays a sound in WAV format. |
|
|
|
|
|
|
|
| Opens the trace window or saves the trace information in a text file. |
|
|
|
|
|
|
|
| Closes the trace window if this window was opened or stops saving the trace information in a text... |
|
|
|
|
|
|
|
| Identifying the type of a WLanguage variable. |
|
|
|
|
|
|
|
| Converts the value stored in a Variant variable]. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|