ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
Page Header block
The Page header block is printed on each new page......
The Item control
The "Item" control is used to edit the content of an item found in a data file......
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
docNumberingLevel (Type of variable)
The docNumberingLevel type is used to define the advanced characteristics of a numbering level used in a Word Processing document.
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
HTMLEnableDebugger (Function)
Enables the HTML/JavaScript debugger on CEF-based HTML controls: HTML Display or HTML Editor control....
On/Off button in a window
The on/off button is a button that operates like a check box......
OutlookStartSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
fReportsAndQueriesDir (Function)
Returns: the full path of the directory for the custom reports and queries. This directory corresponds to the directory of the reports and queries visible by the user who created them. the full path of the directory for the shared reports and queries. This directory corresponds to the directory of the reports and queries visible by all the application users....
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data file......
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
The Cell control
The Cell control contains controls......
grDestinationImage (Function)
Defines an Image variable as destination of a chart.
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
Constants used by the TraceStart function
List of constants used by the TraceStart function....
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
ErrorOccurred (Variable)
ErrorOccurred is a preset variable of WLanguage indicating the result of the last WLanguage function used.