ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets...
Android Widget windows
An Android application can contain one or more Widget windows...
Widget functions
Revokes a JSON Web Token (JWT).
DashGetWidgetPosition (Function)
Returns the position of a widget found in a Dashboard control.
<Dashboard>.ResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
<Dashboard>.GetWidgetPosition (Function)
Returns the position of a widget found in a Dashboard control.
DnDCacheDashElement (Function)
Adds a widget into a Dashboard control during Drag and Drop.
<Dashboard>.MoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
Image control in a window
This help page presents the characteristics of an Image control found in a window...
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
HCross (Function)
Crosses a record in a data file.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
HWrite (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
HCopyFile (Function)
Copies an HFSQL table (.fic, .ndx, .ftx, .sdx and .mmo files, if any): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the tables for example). from an HFSQL server to antoher HFSQL server....
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
HRead (Function)
Reads a record in a file according to a given record number.