ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
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.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
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.
RecycleBinClear (Function)
Clears the recycle bin of the system.
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.
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
HTTPSendForm (Function)
Sends an HTTP form.
HTTPAddFile (Function)
Adds a file to the HTTP form.
SFExecuteProcess (Function)
Requests the execution of a specific process.