|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Checks the existence of a chart in memory. |
|
|
|
|
|
|
|
| Initializes the label of a data series in a chart. |
|
|
|
|
|
|
|
| Initializes the label of a data category (or section) in a chart. |
|
|
|
|
|
|
|
| Retrieves and/or modifies the value of the line thickness in a line chart.... |
|
|
|
|
|
|
|
| Erases the chart drawing (in an Image control or in a window). |
|
|
|
|
|
|
|
| Enables or disables the display of color gradients in a chart. |
|
|
|
|
|
|
|
| Defines a meta file as chart destination. |
|
|
|
|
|
|
|
| Defines a window as chart destination. |
|
|
|
|
|
|
|
| Defines a meta file as chart destination (EMF means Enhanced Meta File). |
|
|
|
|
|
|
|
| Defines an Image control as destination of a chart. |
|
|
|
|
|
|
|
| Defines a BitMap file as destination of a chart (BMP means BitMap). |
|
|
|
|
|
|
|
| Draws a chart according to the specified parameters. |
|
|
|
|
|
|
|
| Initializes the color of a series or the color of a section. |
|
|
|
|
|
|
|
| Checks whether the current record corresponds to the current filter or search. |
|
|
|
|
|
|
|
| Used to find out:
whether the content of a file was modified.
whether the content of a file... |
|
|
|
|
|
|
|
| Assigns the specified value to an item of the current record. |
|
|
|
|
|
|
|
| Checks whether the data found in the index file (.NDX file) properly refers the data found... |
|
|
|
|
|
|
|
| Defines the mode for comparing data files. |
|
|
|
|
|
|
|
| Modifies the search mode of physical data files (.FIC, .NDX, ...). |
|
|
|
|
|
|
|
| Automatically updates the controls in a window or page with:
the values of the bound items... |
|
|
|
|
|
|
|
| Initializes a query written in SQL language and declares this query to the database server in order... |
|
|
|
|
|
|
|
| Regardless of the platform used, the data stored in the HFSQL files is in ANSI format. |
|
|
|
|
|
|
|
| Automatically updates:
the value of the items in a data file with the value of the controls... |
|
|
|
|
|
|
|
| Modifies the location for the description of subscriber replica (RPL file). |
|
|
|
|
|
|
|
| Builds the value of a composite key to implement a filter (HFilter) or to perform a search... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|