ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Global procedure/function
A global procedure can be used in all the processes or events of the project.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Parameters of a procedure with a variable number of parameters
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.
Passing parameters
The parameters can be passed to a procedure...
Typecasting of parameters
The description of the parameter type is optional...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
fSeek (Example)
Usage example of the fSeek function
FinInterestRate (Example)
Usage example of the FinInterestRate function
fOpen (Example)
Usage example of the fOpen function
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
fLongName (Example)
Usage example of the fLongName function
FinLinearRedemption (Example)
Usage example of the FinLinearRedemption function
WinScreenRectangle (Example)
Usage example of the WinScreenRectangle function
FinRedemption (Example)
Usage example of the FinRedemption function
fRead (Example)
Usage example of the fRead function
fShortPath (Example)
Usage example of the fShortPath function
fLongPath (Example)
Usage example of the fLongPath function
FinFutureVal (Example)
Usage example of the FinFutureVal function
FinNetCurrentVal (Example)
Usage example of the FinNetCurrentVal function
FinPaymentNb (Example)
Usage example of the FinPaymentNb function
FinPeriodInterest (Example)
Usage example of the FinPeriodInterest function
FileDisplay (Example)
Usage example of the FileDisplay function
fTime (Example)
Usage example of the fTime function
fCompare (Example)
Usage example of the fCompare function
fLock (Example)
Usage example of the fLock function
InServiceMode (Example)
Usage example of the InServiceMode function
EmailUpdate (Example)
Usage example of the EmailUpdate function
EmailSend (Example)
Usage example of the EmailSend function
dRectangle (Example)
Usage example of the dRectangle function
EmailDeleteMessage (Example)
Usage example of the EmailDeleteMessage function
dSaveImageJPEG (Example)
Usage example of the dSaveImageJPEG function