ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with Calendar controls
List of events associated with Calendar controls...
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Events associated with Tab controls
List of events associated with Tab controls...
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
BitcoinCoreBlockCount( Function)
Returns the size of the blockchain known by the Bitcoin node (i.e. the number of blocks created since January 3, 2009). This makes it possible, for example, to calculate the approximate date of the next halving.
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
VideoRequestPermission (Function)
Requests permission to use the device's camera....
CameraRequestPermission (Function)
Requests permission to use the device's camera....
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Events associated with Image controls
List of events associated with Image controls...
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
CameraStopDecoding (Function)
Stops decoding bar codes in a Camera control.
Events associated with Radio Button controls
List of events associated with Radio Button controls...
Bar Code management functions
The following functions are used to manage bar codes:...
9. Sharing a project in practice
Sharing a project in practice...
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
8. Sharing a project in practice
CtDescribedOLEDBProvider (Property)
The CtDescribedOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
<Camera>.Capture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....