ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
zipListFile (Function)
Returns the list of files found in an archive.
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
Installing a SOAP server with Apache
13. External component in practice
External component in practice...
fAttribute (Example)
Usage example of the fAttribute function
fSeek (Example)
Usage example of the fSeek function
dbgEnableLog (Function)
Enables the runtime log programmatically.
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
MariaDB Native Connector: Programming using SQL functions
The SQL functions can be used to handle the MariaDB database......
MySQL Native Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
Events associated with TreeView controls
List of events associated with TreeView controls...
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
HTML table
The HTML Table control allows you to create specific layouts in HTML pages......
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
HCopyRecord (Example)
Usage example of the HCopyRecord function
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
Extern (Reserved word)
EXTERN is used to...