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.
fUnlock (Example)
Usage example of the fUnlock function
fCompress (Example)
Usage example of the fCompress function
FolderData (Example)
Usage example of the FolderData function
MatInvert (Example)
Usage example of the MatInvert function
MatReadColumn (Example)
Usage example of the MatReadColumn function
TreeListItem (Example)
Usage example of the TreeListItem function
StatMax (Example)
Usage example of the StatMax function
StatMin (Example)
Usage example of the StatMin function
HOut (Example)
Usage example of the HOut function
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
HCloseConnection (Example)
Usage example of the HCloseConenction function
HFileExist (Example)
Usage example of the HFileExist function
HMergeView (Example)
Usage example of the HMergeView function
SQLFirst (Example)
Usage example of the SQLFirst function
SQLModify (Example)
Usage example of the SQLModify function
SQLExec (Example)
Usage example of the SQLExec function
SQLConnect (Example)
Usage example of the SQLConnect function
FTPCommand (Example)
Usage example of the FTPCommand function
FTPSend (Example)
Usage example of the FTPSend function
FTPListFile (Example)
Usage example of the FTPListFile function
FTPMakeDir (Example)
Usage example of the FTPMakeDir function
HIndex (Example)
Usage example of the HIndex function
HOnError (Example)
Usage example of the HOnError function
NetGetFile (Example)
Usage example of the NetGetFile function
GetActiveObject (Example)
Usage example of the GetActiveObject function