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.
iInitReportQuery (Example)
Usage example of the iInitReportQuery function
iPrintImage (Example)
Usage example of the iPrintImage function
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
HState (Example)
Usage example of the HState function
HCreateView (Example)
Usage example of the HCreateView function
grSourceCategoryLabel (Example)
Usage example of the grSourceCategoryLabel function
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
HCreation (Example)
Usage example of the HCreation function
HCopyRecord (Example)
Usage example of the HCopyRecord function
HConnect (Example)
Usage example of the HConnect function
fStopCompress (Example)
Usage example of the fStopCompress function
fCopyDir (Example)
Usage example of the fCopyDir function
fDir (Example)
Usage example of the fDir function
FTPRemoveDir (Example)
Usage example of the FTPRemoveDir function
fMoveDir (Example)
Usage example of the fMoveDir function
fDelete (Example)
Usage example of the fDelete function
FTPGet (Example)
Usage example of the FTPGet function
fTempPath (Example)
Usage example of the fTempPath function
fSize (Example)
Usage example of the fSize function
fListFile (Example)
Usage example of the fListFile function
FinError (Example)
Usage example of the FinError function
fCurrentDir (Example)
Usage example of the fCurrentDir function
fMakeDir (Example)
Usage example of the fMakeDir function
FinCurrentVal (Example)
Usage example of the FinCurrentVal function