ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
Print constants
List of constants used by the print functions....
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
BTLEStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
BCToImage (Function)
Generates the image of a bar code.
fMemExist (Function)
Checks the existence of a shared memory zone.
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
Handling report blocks
The different operations available on report blocks are as follows......
Programming overview in C and C++
The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same window......
<btleCharacteristic variable>.ChangeOfValue (Function)
Enables or disables the detection regarding the change of value for a Bluetooth Low Energy characteristic.
<btleDevice variable>.Disconnect (Function)
Used to disconnect from a Bluetooth Low Energy device.
<btleDescriptor variable>.WriteValue (Function)
Writes the value of a descriptor to a Bluetooth Low Energy device.
<btleDescriptor variable>.ReadValue (Function)
Reads the value of a descriptor on a Bluetooth Low Energy device.
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......