|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Usage example of the ExplorerAccept function |
|
|
|
|
|
|
|
| Usage example of the OpenSister function |
|
|
|
|
|
|
|
| Usage example of the MenuIsMarked function |
|
|
|
|
|
|
|
| Usage example of the RegistrySetValue function |
|
|
|
|
|
|
|
| Usage example of the dSaveImageGIF function |
|
|
|
|
|
|
|
| Usage example of the dSaveImageBMP function |
|
|
|
|
|
|
|
| Usage example of the ExplorerRetrieve function |
|
|
|
|
|
|
|
| Usage example of the dFill function |
|
|
|
|
|
|
|
| Usage example of the Decrypt function |
|
|
|
|
|
|
|
| Usage example of the Encrypt function |
|
|
|
|
|
|
|
| Usage example of the MemSeek function |
|
|
|
|
|
|
|
| Usage example of the Asc function |
|
|
|
|
|
|
|
| Usage example of the ArraySort function |
|
|
|
|
|
|
|
| Usage example of the StatSum function |
|
|
|
|
|
|
|
| Usage example of the dText function |
|
|
|
|
|
|
|
| Usage example of the FinRepayVal function |
|
|
|
|
|
|
|
| Usage example of the fGraphicFilter function |
|
|
|
|
|
|
|
| Usage example of the fClose function |
|
|
|
|
|
|
|
| Usage example of the fWriteLine function |
|
|
|
|
|
|
|
| Usage example of the Event function |
|
|
|
|
|
|
|
| Usage example of the fUncompress function |
|
|
|
|
|
|
|
| Usage example of the fUnlock function |
|
|
|
|
|
|
|
| Usage example of the fCompress function |
|
|
|
|
|
|
|
| Usage example of the FolderData function |
|
|
|
|
|
|
|
| Usage example of the MatInvert function |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|