ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
VolumePhysicalButton (Function)
Identifies or modifies the sound source associated with the physical buttons used to set the volume of the device.
DeletionRule (Property)
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming.
PostMessage (Function)
Sends a Windows message to a control or to a window.
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
Events associated with Calendar controls
List of events associated with Calendar controls...
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
Pop (Function)
Pops an element from a stack.
IntegerPart (Property)
The IntegerPart property is used to configure Numeric items.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
btleCharacteristic (Type of variable)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate a multilingual setup......
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
Select query description window: Use
Let's see some operations specific to the description window of a select query......
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
Creating the executable and the setup program
The languages supported by the application are taken into account......