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.
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.
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.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Local procedure
Two types of procedures are available...
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.
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.
Passing parameters
The parameters can be passed to a procedure...
UPNPMediaPlay (Function)
Starts reading the current media on the UPnP device.
UPNPMediaOpen (Function)
Opens a media on the UPnP device.
UPNPMediaPause (Function)
Pauses the reading of the current media on the UPnP device.
UPNPMediaStop (Function)
Stops reading the current media on the UPNP device.
IWListInsert (Function)
Inserts a new internal window in the list of internal windows used by an Internal Window control.
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file...
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
grDestinationImage (Function)
Defines an Image variable as destination of a chart.
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
DashDeleteAll (Function)
Deletes all widgets displayed in a Dashboard control.
DashDelete (Function)
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free...
DashMode (Function)
Opens or closes the Dashboard control edit mode.
grWaterfallColor (Function)
Indicates the color for a type of category in a Waterfall chart.
grAxisVisible (Function)
Configures how the axes are displayed in Line or Column charts.
DashSaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
DashLoadConfiguration (Function)
Restores the configuration of a Dashboard control.
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path,...
iPrintingNation (Function)
Modifies the current language for the next print (programmed print or report print).
DashDisplay (Function)
Refreshes elements in a Dashboard control.
DnDCacheDashElement (Function)
Adds a widget into a Dashboard control during Drag and Drop.
DashInfoXY (Function)
Determines: whether a widget is found at a given position in a Dashboard control....
PVTListPositionHeader (Function)
Returns all values associated with a row or column header in a Pivot Table control.
WinSlidingVisible (Function)
Displays or hides a sliding window (sliding menu).
fListResource (Function)
Lists the resources integrated to the application.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.