ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
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.
BitcoinCoreConfigure( Function)
Specifies Bitcoin Core server connection parameters, in order to use BitcoinCoreXXXX functions.
BitcoinCoreHashRate( Function)
Returns the number of times the sha256 function had to be calculated per second to calculate the last block.. This number corresponds to a proof of work.
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
Webservice management functions
Webservice management functions...
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.
picLayer (Type of variable)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable.
<WDPic variable>.Rotation (Function)
Rotates a WDPic image.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
gImage (Function)
Builds a sequence of characters containing an image.
WiFiConnect (Function)
Connects the device to the specified Wi-Fi network.
WiFiListNetwork (Function)
Returns the list of Wi-Fi networks configured on the device.
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
Detection (Property)
The Detection property is used to determine and change the automatic detection of incoming streams. If the stream detection is enabled, the streams allows the detection.
Timeout (Property)
The Timeout property is used to get and change the time after which the connection is considered to have "failed".