ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BCDecode (Function)
Decodes the information stored in a QR Code bar code.
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
<WBAdminAuth variable>.Disconnect (Function)
Deletes a connection from a WEBDEV Application Server.
WBAdminDisconnect (Function)
Deletes a connection from a WEBDEV Application Server.
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
dTransferToImage (Function)
Creates an image from a buffer of pixels encoded in a specific format. This function is an advanced function. This function is mainly used to handle the images returned by external APIs via Image variables....
Error 1009: The member of the class is private
Screen,Selection (External language)
Modifies the status of a control (invisible, active, inactive, grayed)
ERR_NO_TABLE
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV application server).
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
WEBDEV Page control properties
The following properties are associated with WEBDEV Page controls ......
BitcoinCore features
The Bitcoin functions that make handle a Bitcoin Core server possible include ......
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......