ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
iPageHeight (Example)
Usage example of the iPageHeight function
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
WindowBitmap (Function)
Creates the image of the specified window in a BMP file.
Document (Property)
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
XMLSign (Function)
Signs an XML document.
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
Accessing HFSQL files via SAMBA on Linux
A specific setting is required to access the HFSQL files via Samba on Linux......
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
BurnerSave (Example)
Usage example of the BurnerSave function
DocToPDF (Function)
Converts a Word Processing document into a PDF file.
dText (Example)
Usage example of the dText function
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
edtHTMLSelection (Type of variable)
The edtHTMLSelection type is used to identify all the advanced characteristics of a selection in an HTML Editor control
iPrintReport (Function)
Prints a report created with the report editor.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......