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...
JavaExecute (Example)
Usage example of the JavaExecute function
grSurfaceAddData (Example)
Usage example of the grSurfaceAddData function
grSurfaceAltitudeColor (Example)
Usage example of the grSurfaceAltitudeColor function
AppointmentListCalendar (Example)
Usage example of the AppointmentListCalendar function
MongoCreate (Example)
Usage example of the MongoCreate function
sOpen (Example)
Usage example of the sOpen function
DataType (Example)
Usage example of the DataType function
BurnerAddDirectory (Example)
Usage example of the BurnerAddDirectory function
BurnerAddFile (Example)
Usage example of the BurnerAddFile function
EnumElement (Example)
Usage example of the EnumElement function
fDate (Example)
Usage example of the fDate function
fSelect (Example)
Usage example of the fSelect function
XMLSavePosition (Example)
Usage example of the XMLSavePosition function
XMLDelete (Example)
Usage example of the XMLDelete function
XMLChild (Example)
Usage example of the XMLChild function
xlsVersion (Example)
Usage example of the xlsVersion function
VideoGenerateThumbnail (Example)
Usage example of the VideoGenerateThumbnail function
XMLRestorePosition (Example)
Usage example of the XMLRestorePosition function
XMLBuildString (Example)
Usage example of the XMLBuildString function
RegistryFirstSubKey (Example)
Usage example of the RegistryFirstSubKey function
MatAdd (Example)
Usage example of the MatAdd function
MatRead (Example)
Usage example of the MatRead function
MatReadLine (Example)
Usage example of the MatReadLine function
xlsNbColumn (Example)
Usage example of the xlsNbColumn function
xlsColumnTitle (Example)
Usage example of the xlsColumnTitle function