ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

docCell (Type of variable)
The docCell type is used to define the advanced characteristics of a table cell found in a Word Processing document.
BTChangeVisibility (Function)
Changes the visibility of a Bluetooth radio.
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via AJAX according to the progress of this process.
SCM: Repository versions
There are different versions of the SCM repository......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
Database schema editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
2025 new features brochure: WINDEV new features
What's new in WINDEV 2025 in the What's new 2025 brochure....
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
ToolbarVisible (Property)
The ToolbarVisible property is used to: know if the toolbar or the ribbon is displayed in a control. show or hide the toolbar or the ribbon in a control....
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
XMLAddChild (Function)
Adds a child tag into an XML document.
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a table.
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Modify the type of a switch option: 3-state or 2-state options....
Constants for WLanguage types
List of constants for managing WLanguage types....
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.