ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Android Widget windows
An Android application can contain one or more Widget windows...
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets...
Widget functions
Les bulles d'aide permettent d'aider rapidement l'utilisateur dans vos applications...
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
Image control in a window
This help page presents the characteristics of an Image control found in a window...
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
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.
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....
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
MyWindow (Reserved word)
MyWindow is used to handle the current window...
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
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>.MoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
DnDCacheDashElement (Function)
Adds a widget into a Dashboard control during Drag and Drop.
<Dashboard>.GetWidgetPosition (Function)
Returns the position of a widget found in a Dashboard control.
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....
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).
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.