ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

VideoStartDecoding (Function)
Starts decoding bar codes in a Camera control.
AAFConfigure (Function)
Allows you to specify the behavior of some Automatic Application Features (AAF). You can for example configure the option for exporting to Excel used by the automatic menu of tables.
BTLEGetAService (Function)
Retrieves the service of a Bluetooth Low Energy device corresponding to the specified identifier (UUID).
BTLEGetADescriptor (Function)
Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified identifier (UUID).
BTLEGetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
BTLEGetAllServices (Function)
Retrieves all the services corresponding to a UUID.
BTLEGetAllCharacteristics (Function)
Retrieves all the characteristics (with the same identifier) associated with a BLE service.
awSendAndGetInfo (Function)
Sends data from an iOS phone to an Apple Watch (or conversely) while expecting a response.
awSendInfo (Function)
Sends an information from an iOS phone to an Apple Watch (or conversely).
WinEdSaveNote (Function)
Exports the repositionable notes created by the user into a file.
FullScreen (Function)
Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode.
TelemetryIdentifyUser (Function)
Identifies the current user for whom the telemetry data is saved.
AAFChangeCaption (Function)
Customizes the text of a menu option for context menus corresponding to an AAF (Automatic Application Feature).
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
HDuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
PVTSelectCount (Function)
Returns the number of selected cells in a Pivot Table control.
ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
MongoGridFSGetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
MongoGridFSDeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
MongoModifyAll (Function)
Modifies documents in a collection of a MongoDB database.
ActionRedo (Function)
Runs the last action canceled.
DocStartModification (Function)
Signals the start of grouping for a set of operations on a document in a single event (management of "undo/redo")....
DocClose (Function)
Closes a docx file and frees the document.
DocOpen (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....