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.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Parameters of a procedure/function
You have the ability to pass parameters to 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...
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...
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.
hbDeleteTable (Function)
Deletes an HBase table.
hbDelete (Function)
Deletes: one or more cells from an HBase table for one or more columns. a row from an HBase...
SpreadsheetGetMerge (Function)
Used to find out whether a cell is merged with other cells and to get the name of merged cells.
SysIconDisplayTooltip (Function)
Displays a tooltip for an icon found in the taskbar.
fTempDir (Function)
Returns the name of directory used to store the temporary files.
dRoundedRectangle (Function)
Draws a rounded rectangle: in an Image control, in an Image variable, in a WDPic variable...
iOSExcludeFileFromiCloud (Function)
Excludes a file from iCloud backup.
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table...
LooperSavePositionAndSelection (Function)
Saves: the position of the scrollbar in a Looper control, the selected element(s)....
LooperRestorePositionAndSelection (Function)
Restores the scrollbar position in a Looper control as well as the selected elements.
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space...
SysStatusExternalStorage (Function)
Returns the availability status of the external storage space of the device.
SysCacheExternalStorage (Function)
Returns the path of directory that will be used to store the data in cache on the external storage...
SysNbExternalStorage (Function)
Returns the number of external storage spaces found on an Android device.
SysMemoryExternalStorage (Function)
Returns the amount of available memory on the external storage area of the device.
SysRemovableExternalStorage (Function)
Used to find out whether the external storage space corresponds to the movable memory (SD Card).
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage...
ScrollbarMaxPosition (Function)
Retrieves the maximum position of one of the horizontal or vertical scrollbars found in a control...
iCalendarToAppointment (Function)
Lists the appointments described in a character string in iCalendar format.
AppointmentToiCalendar (Function)
Exports an appointment or a list of appointments in iCalendar format.
ActionPlanInfo (Function)
Retrieves information regarding the execution of an instance of action plan.
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
FBStopSession (Function)
Stops the Facebook session that was started by FBStartSession.
FBGetUserInformation (Function)
Retrieves the Facebook information of connected user.
FBRequest (Function)
Performs a communication request (HTTP request) to the Facebook Graph API.