ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Support for the setup program
When creating the setup program via the wizard, you have the ability to choose the options regarding the setup support....
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
Using an external component in an application
A component can be reused at any time in any application......
Common project
Projects are often cross-platform......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Miscellaneous WEBDEV functions
List of various WEBDEV functions...
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
Outstanding progress bars
Simple or symmetric progress bar?...
LinkedFile (Property)
The LinkedFile property is used to set the characteristics of a link.
SourceFile (Property)
The SourceFile property is used to set the characteristics of a link.
Deploying a WEBDEV site to a remote WEBDEV Application Server or WEBDEV Cluster
Installing a WEBDEV site (in Session or AWP mode) on a remote Application Server requires......
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
1. Project and analysis
<Source>.ReadSeek (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).
HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......