ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
SpeechSynthesisVoice (Type of variable)
The SpeechSynthesisVoice type is used to get all the advanced characteristics of a speech synthesis voice.
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
Table,Display (External language)
Refreshes the Table control.
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
2. Projects in practice
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
Events associated with supercontrols
List of events associated with supercontrols...
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
Salesforce functions
List of Salesforce functions...
ServiceUninstall (Function)
Uninstalls a service.
dbgWriteWarningAudit (Function)
Writes a custom runtime warning into the dynamic audit.
MaxButtonWidth (Property)
The MaxButtonWidth property is used to get and set the maximum width of a button in a tab pane.
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
10. Embedded queries
sListPort (Function)
Returns the list of serial and parallel ports on the computer.
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......