ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OBEXSendFile (Function)
Sends a file to a device that supports the OBEX protocol.
BTInfoDevice (Function)
Returns specific information about a Bluetooth device.
BTOpenDeviceProperties (Function)
Opens the window of properties for a Bluetooth device.
BTSelectDevice (Function)
Opens a system window to select a Bluetooth device.
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.
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.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
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 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.
Handling a control through programming in a report
All report controls can be handled through programming......
RecycleBinDelete (Function)
Displays a confirmation message for deleting a file from the recycle bin.
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
DecimalPart (Property)
The DecimalPart property is used to configure Numeric items.
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.
Runtime log
The runtime log is the best way to identify the most used features of an application......