ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

13. External component in practice
External component in practice...
WiFiConnectionInfo (Function)
Returns the requested information about the current Wi-Fi connection of the device.
BTLEListDevice (Function)
Returns the list of accessible Bluetooth Low Energy devices.
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port.
SysDir (Function)
Returns the path of a system directory.
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
grLoadParameter (Function)
Restores the parameters used to draw a chart.
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the Webservice.
Control constants
List of constants used by the functions for managing controls...
fMemWait (Function)
Waits for the end of process about the notifications of modification of a shared memory area.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
WiFiDetectAccessPoint (Function)
Starts detecting the Wi-Fi access points currently accessible from the device.
WiFiDeleteNetwork (Function)
Deletes a network from the list of Wi-Fi networks configured on the device.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....