ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
AutomaticTooltip (Property)
The AutomaticTooltip property is used enable or disable automatic tooltips on List Box, Table and TreeView Table controls.
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
gFontStrikeout (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is crossed out or not.
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
Label report
The report editor allows you to create "Label" reports......
Variable scope
Variables can be declared anywhere in the code....
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
HExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min