ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
ChronoReset (Function)
Stops and resets a running stopwatch.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Format of the content in the text file
The text files created by WDMSG use a specific format......
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
Size (Property)
The Size property is used to determine and change the size of an element.
<Image>.Copy (Function)
Copies an image to another image.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<picLayer variable>.DrawRectangle (Function)
Draws a rectangle in a picLayer variable.
ReplicSynchro: Overview
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
btleCharacteristic (Type of variable)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
Extracting the text of the project
The following text can be extracted......
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......