|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 whether a specific type of data is available during Drag/Drop.... |
|
|
|
|
|
|
|
| Sorts a Table or TreeView Table control on one or more columns (lexicographical sort). |
|
|
|
|
|
|
|
| Retrieves information about the current exception. |
|
|
|
|
|
|
|
| Returns the width (in pixels) of a media file used to display images. |
|
|
|
|
|
|
|
| Deletes all rows from:
a Table control populated programmatically,
a TreeView Table control... |
|
|
|
|
|
|
|
| Artificially triggers the security mechanism of WLanguage by throwing an exception. |
|
|
|
|
|
|
|
| Deletes a row from:
a Table control,
a TreeView Table control,
a table displayed in a Combo... |
|
|
|
|
|
|
|
| Re-enables the current exception process if the exception was corrected. |
|
|
|
|
|
|
|
| Returns the number of tracks found in a media file that was opened beforehand (MCIOpen). |
|
|
|
|
|
|
|
| Selects a row in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Opens a document in its associated application. |
|
|
|
|
|
|
|
| Returns the number of selected elements in a Table or TreeView Table control (especially... |
|
|
|
|
|
|
|
| Executes a program (an executable file, for example) from the current application. |
|
|
|
|
|
|
|
| Pauses playback of the media file previously opened (MCIOpen). |
|
|
|
|
|
|
|
| Deselects a row from a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Ends the execution of a 32-bit application on the current computer: all the instances... |
|
|
|
|
|
|
|
| Returns the current track of a media file previously opened (MCIOpen). |
|
|
|
|
|
|
|
| Returns the index of the selected element in the Table or TreeView Table control. |
|
|
|
|
|
|
|
| Allows you to find out whether a 32-bit application is already run. |
|
|
|
|
|
|
|
| Converts accented characters in a string to non-accented characters. |
|
|
|
|
|
|
|
| Returns or changes the current position in a media file previously opened (MCIOpen). |
|
|
|
|
|
|
|
| Enables input in the the search area in the column title of the Table or Treeview Table control. |
|
|
|
|
|
|
|
| Retrieves the specified information about the version of an executable or DLL. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|