|
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
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... |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
Usage example of the fUnlock function |
|
|
|
|
|
|
Usage example of the fCompress function |
|
|
|
|
|
|
Usage example of the FolderData function |
|
|
|
|
|
|
Usage example of the MatInvert function |
|
|
|
|
|
|
Usage example of the MatReadColumn function |
|
|
|
|
|
|
Usage example of the TreeListItem function |
|
|
|
|
|
|
Usage example of the StatMax function |
|
|
|
|
|
|
Usage example of the StatMin function |
|
|
|
|
|
|
Usage example of the HOut function |
|
|
|
|
|
|
Usage example of the HExecuteSQLQuery function |
|
|
|
|
|
|
Usage example of the HCloseConenction function |
|
|
|
|
|
|
Usage example of the HFileExist function |
|
|
|
|
|
|
Usage example of the HMergeView function |
|
|
|
|
|
|
Usage example of the SQLFirst function |
|
|
|
|
|
|
Usage example of the SQLModify function |
|
|
|
|
|
|
Usage example of the SQLExec function |
|
|
|
|
|
|
Usage example of the SQLConnect function |
|
|
|
|
|
|
Usage example of the FTPCommand function |
|
|
|
|
|
|
Usage example of the FTPSend function |
|
|
|
|
|
|
Usage example of the FTPListFile function |
|
|
|
|
|
|
Usage example of the FTPMakeDir function |
|
|
|
|
|
|
Usage example of the HIndex function |
|
|
|
|
|
|
Usage example of the HOnError function |
|
|
|
|
|
|
Usage example of the NetGetFile function |
|
|
|
|
|
|
Usage example of the GetActiveObject function |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|