|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Calculates the number of days between two dates. |
|
|
|
|
|
|
|
| Creates a socket using a Bluetooth device. |
|
|
|
|
|
|
|
| Returns the characteristics of an HFSQL Classic or Client/Server table.... |
|
|
|
|
|
|
|
| Returns the display mode of an Organizer control: day, week, month, ... |
|
|
|
|
|
|
|
| Stops the execution of a media file that was opened beforehand (MCIOpen). |
|
|
|
|
|
|
|
| Reinitializes the current number of pages, used in the preset controls such as "Number of pages"... |
|
|
|
|
|
|
|
| Indicates whether an AAF (Automatic Application Feature) can be run on a specific control. |
|
|
|
|
|
|
|
| Immediately redraws the window controls for which a graphic update is required. |
|
|
|
|
|
|
|
| Used to define or reinitialize the area to scan. |
|
|
|
|
|
|
|
| Compares two values by sorting them according to the specified HFSQL index sort item: all sort... |
|
|
|
|
|
|
|
| Propagates a non-fatal error that can be processed by the calling code if the management... |
|
|
|
|
|
|
|
| Returns the different dates of a file (date the file was created, modified or accessed) located... |
|
|
|
|
|
|
|
| Indicates the file currently uploaded via the Upload control. |
|
|
|
|
|
|
|
| Adds a print of PDF document into a sequence of report prints. |
|
|
|
|
|
|
|
| Writes text or image information into the system clipboard. |
|
|
|
|
|
|
|
| Reads a parameter that was saved from a stored procedure by HSaveParameter. |
|
|
|
|
|
|
|
| Determines whether a file on disk or in a buffer corresponds to an image format recognized... |
|
|
|
|
|
|
|
| Triggers the scroll of Word Processing control in order for the requested text to be entirely... |
|
|
|
|
|
|
|
| Adds the reference of an object at given position in a one-dimensional array. |
|
|
|
|
|
|
|
| Modifies a row in:
a Table control,
a TreeView Table control.... |
|
|
|
|
|
|
|
| Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...). |
|
|
|
|
|
|
|
| Returns the User Groupware runtime mode. |
|
|
|
|
|
|
|
| Starts reading the current media on the UPnP device. |
|
|
|
|
|
|
|
| Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|