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.
FullScreenDisable (Function)
Disables the "Full screen" mode of browser.
PageVisible (Function)
Indicates whether the page is visible to the user.
OpenMobileWindow (Function)
Opens a window in a mobile application.
fSplit (Function)
Splits a file into several files.
fMerge (Function)
Merges several files into a single one.
NotificationDisplay (Function)
Displays a message outside the browser.
PVTSelect (Function)
Allows you to find out the position of selected cells and to select cells in a Pivot Table control.
FullScreenEnable (Function)
Switches the browser to "Full screen" mode. The browser occupies the entire screen.
GanttGetTask (Function)
Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control.
GanttChangeMode (Function)
Modifies the period (which means the number of days) displayed in a Gantt Chart column found...
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice...
GanttWorkingWeekDay (Function)
Indicates if a day of the week is a working day in a Gantt Chart column in a Table or TreeView...
GanttDateTimePosition (Function)
Configures the first day and the first time displayed in a Gantt Chart column (found in a Table...
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
WinChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
ScrollbarPosition (Function)
Used to manage the position of scrollbars: Modifies or retrieves the position of one...
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
GanttListTask (Function)
Returns: the list of tasks between two given dates in a Gantt Chart column, all the tasks...
TimelineDeleteEvent (Function)
Deletes an event from a TimeLine control.
TimelineDeleteAll (Function)
Deletes all events and tracks from a TimeLine control.
TimelineAddTrack (Function)
Adds a new track into a TimeLine control.
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.