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...
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
iParameterExport (Function)
Allows you to configure the exports performed from the report viewer: parameters for sending...
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
URLExtractPath (Function)
Returns the various elements of a URL: protocol, user, password, domain, port, resource path,...
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This file must have been uploaded: via...
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile...
dTextRTF (Function)
Draws RTF text: in an Image control, in an Image variable....
GroupDelete (Function)
Deletes the current group of contacts from a Lotus Notes or Outlook address book.
iDocumentPrinted (Function)
Determines whether the user printed the document from the report viewer.
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
CertificateLoad (Function)
Loads a certificate from a file or a buffer.
Hasp (Function)
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp).
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
PanelActivate (Function)
Activates a panel when several panels are docked together.
dInvertColor (Function)
Reverses the colors: in an Image control, in an Image variable, in a WDPic variable...
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management...
FileToURI (Function)
Saves the contents of a file to a resource identified by its URI.
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file: format....
OBEXGetFile (Function)
Retrieves a file from a device that supports the OBEX protocol.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
BrowserHistoryModify (Function)
Modifies the data of current entry in the navigation history. This data will be transmitted...
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.