ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Events associated with Calendar controls
List of events associated with Calendar controls...
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
InfoBuild (Function)
Displays a custom message in a system information window.
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
Environment of the report editor
Environment of the report editor...
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
WINDEV Mobile 2024 Tutorial - Table of contents
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
CheckmarkVisible (Property)
The CheckmarkVisible property is used to: Determine whether a checkmark is displayed to the left of a row in a TreeView control. Show or hide a checkmark to the left of a row in a TreeView control....
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked to the project before it is renamed are kept.
MatExist (Function)
Checks the whether the matrix exists in memory.