ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
<Map>.DeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
<Gantt chart>.AddTask (Function)
Adds a task in a Gantt Chart column in a Table or TreeView Table control.
<Kanban list>.DeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List control.
Certificate functions (prefix syntax)
The following functions are used to handle Windows certificates, using prefix syntax:
WINDEV Mobile concepts
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
Bar Code management functions
The following functions are used to manage bar codes:...
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.
Certificate management functions
The following functions are used to handle the certificates:...
inAppPurchaseProduct (Function)
Sends a request for purchasing an "In-App" product associated with the application.
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
GuidedTourStepChange (Function)
Modifies the current step of the guided tour.
<GuidedTour>ChangeStep (Function)
Modifies the current step of the guided tour.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
BTLECharacteristicReadValue (Function)
Reads the value of a characteristic on a Bluetooth Low Energy device.
BTLECharacteristicWriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.