ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a procedure/a function
Syntax for calling a local or global procedure.
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.
Local procedure
Two types of procedures are available...
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.
NationToLanguage (Function)
Returns the language corresponding to a nation.
LanguageToName (Function)
Returns the name of a language.
LanguageToNation (Function)
Returns the nation corresponding to a language.
LanguageToCharset (Function)
Returns the character set corresponding to a language.
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order...
SchedulerDeleteTask (Function)
Deletes a scheduled task.
fReportsAndQueriesDir (Function)
Returns: the full path of the directory for the custom reports and queries. This directory...
SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
SchedulerTaskStatus (Function)
Gets or sets the status of a task created in the Windows scheduler.
SchedulerTaskList (Function)
Retrieves the list of scheduled tasks.
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define...
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
SchedulerOpenTaskProperties (Function)
Opens the property page of a scheduled task.
SchedulerTriggerProperties (Function)
Reads the properties of trigger of a scheduled task and updates the TriggerScheduledTask structure.
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
SchedulerReset (Function)
Populates the ScheduledTask and/or TriggerScheduledTask structures with the default values....
SchedulerDeleteTrigger (Function)
Deletes a trigger from a scheduled task.
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper...
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed...
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
LooperSelectMinus (Function)
Deselects a row in a Looper control.
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.