ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
OBEXConnect (Function)
Used to connect to a device that supports the OBEX protocol. Reminder: The OBEX protocol is a protocol for exchanging data via Infrared and Bluetooth....
OBEXDisconnect (Function)
Used to disconnect from a device that supports the OBEX protocol.
OBEXSendVCard (Function)
Sends a VCard file (virtual business card) to a device that supports the OBEX protocol.
OBEXGetVCard (Function)
Retrieves a VCard from a device that supports the OBEX protocol.
RecycleBinClear (Function)
Clears the recycle bin of the system.
RecycleBinDelete (Function)
Displays a confirmation message for deleting a file from the recycle bin.
RecycleBinRestore (Function)
Restores a file found in the recycle bin of the system.
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
dbgEndRecording (Function)
Stops recording the scenario.
RecycleBinListFile (Function)
Lists the files found in the recycle bin of the system.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
OBEXGetFile (Function)
Retrieves a file from a device that supports the OBEX protocol.
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.
SocketCreateBluetooth (Function)
Creates a socket using a Bluetooth device.
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
grColor (Function)
Returns and initializes the color of different chart elements.
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
ChangeStyle (Function)
Modifies the style of a control dynamically.
WinDisableEffect (Function)
Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example).
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
HTTPCreateForm (Function)
Creates an HTTP form.
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.