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...
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
ScanList (Function)
Lists the scanners connected to the current computer.
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
grColumnBarType (Function)
Defines the type of bar used in a column chart.
RTFToText (Function)
Returns the text without the formatting characteristics specific to RTF.
grMenu (Function)
Defines the type of context menu displayed by a chart.
DomoSwitchOff (Function)
Switches off one or more electrical devices compatible with the X10 protocol.
DriveUploadFile (Function)
Uploads a local file to a remote drive.
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a table, HFSQL view or query...
EmailSeekFirstNotes (Function)
Seeks one or more emails according to specified criteria, in a local or remote Lotus Notes...
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
PaletteLoad (Function)
Loads a palette from a .wdpalette file.
DriveCreateDirectory (Function)
Creates a directory on the remote drive.
HStartServerUpdate (Function)
Used to immediately start the automatic server update.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable,...
SocketClose (Function)
Closes a socket or a connection to a server socket.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
SaaSAdminAddSubscription (Function)
Adds a subscription to a pricing of a SaaS site for a client account.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first...
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
IWListDeleteAll (Function)
Deletes all the internal windows from the list of internal windows browsed by an Internal Window...
TreeMapInfoXY (Function)
Returns the index of the element displayed at a given position in a TreeMap control.
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging....