ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Menu>.AddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
<Table>.AddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting provider......
Context Menu control events
A Contextual Menu control can be manipulated in WLanguage in an Page with the following properties......
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Client/Server: Connecting client computers to the server
In order for the application to be able to handle the tables found on the HFSQL server, the connection that will be used by the application must be defined in the project......
HelpFile (Function)
Returns or modifies the name of the help file used by the context-sensitive help of a window.
Events associated with Clickable Image controls
List of events associated with Clickable Image controls...
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
List,Insert (External language)
Inserts an element at the given index of a drop-down or expanded list.
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
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......
HCreation (Function)
Creates an empty table (file extension ".FIC") with index file, full-text index file and memo file if required.
HDescribeFullTextIndex (Function)
Describes a full-text index of table created programmatically.
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....