|
|
|
|
|
|
|
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 fSeek function |
|
|
|
|
|
|
Usage example of the FinInterestRate function |
|
|
|
|
|
|
Usage example of the fOpen function |
|
|
|
|
|
|
Usage example of the FinDecreasingRedemption function |
|
|
|
|
|
|
Usage example of the fLongName function |
|
|
|
|
|
|
Usage example of the FinLinearRedemption function |
|
|
|
|
|
|
Usage example of the WinScreenRectangle function |
|
|
|
|
|
|
Usage example of the FinRedemption function |
|
|
|
|
|
|
Usage example of the fRead function |
|
|
|
|
|
|
Usage example of the fShortPath function |
|
|
|
|
|
|
Usage example of the fLongPath function |
|
|
|
|
|
|
Usage example of the FinFutureVal function |
|
|
|
|
|
|
Usage example of the FinNetCurrentVal function |
|
|
|
|
|
|
Usage example of the FinPaymentNb function |
|
|
|
|
|
|
Usage example of the FinPeriodInterest function |
|
|
|
|
|
|
Usage example of the FileDisplay function |
|
|
|
|
|
|
Usage example of the fTime function |
|
|
|
|
|
|
Usage example of the fCompare function |
|
|
|
|
|
|
Usage example of the fLock function |
|
|
|
|
|
|
Usage example of the InServiceMode function |
|
|
|
|
|
|
Usage example of the EmailUpdate function |
|
|
|
|
|
|
Usage example of the EmailSend function |
|
|
|
|
|
|
Usage example of the dRectangle function |
|
|
|
|
|
|
Usage example of the EmailDeleteMessage function |
|
|
|
|
|
|
Usage example of the dSaveImageJPEG function |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|