ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTML table
The HTML Table control allows you to create specific layouts in HTML pages...
The Cell control
The Cell control contains controls...
HTMLEditorInsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
<Editor HTML>.InsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
eCurrencyName (Function)
Returns the caption of a currency.
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
zipInfoFile (Example)
Usage example of the zipInfoFile function
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
Other operators
The following are additional operators......
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Count (Property)
The Count property returns the number of elements in a given set.
eChangeCurrency (Function)
Converts a currency into another currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
XLS file handling functions
List of functions for managing XLS files...
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......