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.
BurnerErase (Example)
Usage example of the BurnerErase function
BurnerSave (Example)
Usage example of the BurnerSave function
fDateTime (Example)
Usage example of the fDateTime function
HListAnalysis (Example)
Usage example of the HListAnalysis function
HListFile (Example)
Usage example of the HListFile function
HListItem (Example)
Usage example of the HListItem function
HReadLast (Example)
Usage example of the HReadLast function
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
HModify (Example)
Usage example of the HModify function
HNbRec (Example)
Usage example of the HNbRec function
iZoneHeight (Example)
Usage example of the iZoneHeight function
iPageHeight (Example)
Usage example of the iPageHeight function
iEllipse (Example)
Usage example of the iEllipse function
iCreateFont (Example)
Usage example of the iCreateFont function
iBorder (Example)
Usage example of the iBorder function
xlsNbRow (Example)
Usage example of the xlsNbRow function
iPreview (Example)
Usage example of the iPreview function
SchedulerAddTask (Example)
Usage example of the SchedulerAddTask function
LDAPListChildren (Example)
Use example for the LDAPListChildren function
iPrintZone (Example)
Usage example of the iPrintZone function
xlsColumnType (Example)
Usage example of the xlsColumnType function
iPageWidth (Example)
Usage example of the iPageWidth function
XMLAddChild (Example)
Usage example of the XMLAddChild function
iParameterPDF (Example)
Usage example of the iParameterPDF function
XMLElementName (Example)
Usage example of the XMLElementName function