ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
WiFiAddNetwork (Function)
Adds a new network to the list of Wi-Fi networks configured on the device.
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
EmailCheckAddress (Function)
Checks the validity of an email address.
SocketConnect (Function)
Connects a client computer to a given socket.
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
CameraStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
VideoStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
VideoStop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
HPrevious (Function)
Positions on the previous file record according to a browse item.
CameraStop (Function)
Stops the video preview or video recording in a Camera control. Function kept for "Version-26-compatible" Camera controls....
WaitWindowStart (Function)
Opens the wait window of application.
GenerateLorem (Function)
Generates a random "Lorem ipsum" text to temporarily populate a control with text, for example.
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
HReadFirst (Function)
Sets the position on the first record according to a browse item.
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.