ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
CalculatedDefaultValue (Property)
The CalculatedDefaultValue property is used to: Find out the SQL expression that defines the default value of an item. This item was defined in the data model editor or through programming. Define the SQL expression that returns the default value of an item (item described through programming only)....
Testing a project: setting
By testing the project you can simulate how the application will run......
WDOptimizer: Editing and modifying a ".REP" file
The .NET 3.0, 4.0 control, ... (WPF)
The Xaml control allows you to easily manage the Xaml language......
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
WINDEV Mobile concepts
1. Project and analysis
8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc....
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Creating an executable: General options
The main executable options are as follows......
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
TypeDescription (Property)
The TypeDescription property is used to: Find out the type used by an Enumeration or Combination item. This item was defined in the data model editor or programmatically. Define the type used by an Enumeration or Combination item (when describing the item through programming)....
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
The "Commands" pane
The "Commands" pane lists......
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
Handling an ActiveX by programming
WINDEV allows you to handle an ActiveX control in WLanguage via......
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives you the ability to generate a multilingual setup......
The Dashboard control
Dashboards are essential elements in an application......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
ERR_BUTTON_EXPECTED