ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Declaring a procedure/a function
The different syntaxes for declaring 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...
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Local procedure
Two types of procedures are available...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Typecasting of parameters
The description of the parameter type is optional...
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...
HListScheduledBackup (Function)
Lists the full and differential backups that have been scheduled on HFSQL Client/Server....
StatVarianceP (Function)
Calculates the variance for a full series of values.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage User Groupware files...
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
RecycleBinListFile (Function)
Lists the files found in the recycle bin of the system.
Asc (Function)
Returns the ASCII code of the specified character.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
WindowCount (Function)
Calculates the number of windows currently opened in the current application.
SFSeekModified (Function)
Seeks and retrieves the records (Salesforce objects) modified during the specified period.
DriveDownloadDirectory (Function)
Downloads a directory and its files from a remote drive to the user's computer....
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
ImageNext (Function)
Displays the next image for the scroll.
TimelineAddEvent(Function)
Adds an event into a TimeLine control.
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
zipDeleteAll (Function)
Deletes all files from an archive.
SaaSAdminModifyPricing (Function)
Modifies a SaaS pricing.
ExceptionPropagate (Function)
Propagates an exception.
ActionRedo (Function)
Runs the last action canceled.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date...
DocInsert (Function)
Inserts an object into a Word Processing document or replaces the content of the current fragment....
CertificateExtract (Function)
Extracts a certificate from a signature buffer or from a print duplicate.
BannerFirst (Function)
Displays the first plane of a Sliding Banner control.
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.