|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Returns the status of a node: collapsed, expanded or not found. |
|
|
|
|
|
|
Calculates the standard deviation for a full series of values. |
|
|
|
|
|
|
Collapses a branch previously expanded (as well as its child elements). |
|
|
|
|
|
|
Collapses a branch previously expanded. |
|
|
|
|
|
|
Calculates the maximum value for a series of values. |
|
|
|
|
|
|
Expands a node and all its child elements in a TreeView control. |
|
|
|
|
|
|
Connects the "Camera" control to a specific driver for video capture. |
|
|
|
|
|
|
Clears a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
Calculates the minimum value for a series of values. |
|
|
|
|
|
|
Expands a node in a TreeView control. |
|
|
|
|
|
|
Allows you to configure the video capture driver. |
|
|
|
|
|
|
Deletes an element from a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
Calculates the arithmetic, geometric or harmonic mean for a series of values. |
|
|
|
|
|
|
Moves an element (leaf or node) in a TreeView control. |
|
|
|
|
|
|
Writes a record into a data file without updating the indexes corresponding to all keys used... |
|
|
|
|
|
|
Initializes the structure for group management (HGroup) with the default values. |
|
|
|
|
|
|
Used to find out whether the record on which you want to be positioned is located outside the data... |
|
|
|
|
|
|
Initializes the structure for user management (HUser) with the default values. |
|
|
|
|
|
|
Retrieves the structure and the value of the current record and exports them into a character... |
|
|
|
|
|
|
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server. |
|
|
|
|
|
|
Returns the number of the last error triggered by the HFSQL engine. |
|
|
|
|
|
|
Deletes (from the server) a group of users associated with a connection. |
|
|
|
|
|
|
Used to check whether a lock error occurred. |
|
|
|
|
|
|
Deletes a user associated with a connection to the HFSQL server. |
|
|
|
|
|
|
Used to check whether a duplicate error occurred. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|