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.
NetClientMessageBox (Example)
Usage example of the NetClientMessageBox function
MatExist (Example)
Usage example of the MatExist function
MatWrite (Example)
Usage example of the MatWrite function
iDocumentCanceled (Example)
Usage example of the iDocumentCanceled function
SQLTransaction (Example)
Usage example of the SQLTransaction function
ServiceWaitStatus (Example)
Usage example of the ServiceWaitStatus function
MatCreate (Example)
Usage example of the MatCreate function
MatFloatMultiply (Example)
Usage example of the MatFloatMultiply function
MatTranspose (Example)
Usage example of the MatTranspose function
StatVariance (Example)
Usage example of the StatVariance function
xlsClose (Example)
Usage example of the xlsClose function
MatDelete (Example)
Usage example of the MatDelete function
HViewToFile (Example)
Usage example of the HViewToFile function
HRestoreBackup (Example)
Usage example of the HRestoreBackup function
MongoFind (Example)
Usage example of the MongoFind function
MatDeterminant (Example)
Usage example of the MatDeterminant function
iParameter (Example)
Usage example of the iParameter function
UploadCopyFile (Example)
Usage example of the UploadCopyFile function
ServiceStatus (Example)
Usage example of the ServiceStatus function
RegistryQueryValue (Example)
Usage example of the RegistryQueryValue function
MatMultiply (Example)
Usage example of the MatMultiply function
AppointmentAdd (Example)
Usage example of the AppointmentAdd function
iPrintReport (Example)
Usage example of the iPrintReport function
StatCorrelation (Example)
Usage example of the StatCorrelation function
MatFloatAdd (Example)
Usage example of the MatFloatAdd function