ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Passing parameters
The parameters can be passed to a 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.
Typecasting of parameters
The description of the parameter type is optional...
Local procedure
Two types of procedures are available...
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