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.
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
dbgEnableLog (Function)
Enables the runtime log programmatically.
dbgLogStatus (Function)
Returns and modifies the status of runtime log.
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
BTListService (Function)
Returns the list of services provided by a Bluetooth device.
BTEnableService (Function)
Enables a service provided by a Bluetooth device.
BTDisableService (Function)
Disables a service on a Bluetooth device.
BTSelectDevice (Function)
Opens a system window to select a Bluetooth device.
IdentifierAWPContext (Function)
Returns the identifier of AWP context.
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
BTConnectDevice (Function)
Allows you to be authenticated toward a Bluetooth device.
BTDisconnectDevice (Function)
Cancels the authentication beside a Bluetooth device.
OBEXListFile (Function)
Lists the files shared by a device that is using the OBEX protocol.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table...
OBEXSendFile (Function)
Sends a file to a device that supports the OBEX protocol.
OBEXGetFile (Function)
Retrieves a file from a device that supports the OBEX protocol.
OBEXConnect (Function)
Used to connect to a device that supports the OBEX protocol. Reminder: The OBEX protocol...
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).