ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
<Source>.ListStopWord (Function)
Returns the list of stop words used by a full-text index.
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
ERR_BAD_COMMANDLINE
ERR_BAD_COMMANDLINE error...
.NET Assemblies
.NET is Microsoft's software development platform......
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Events associated with Link controls
List of events associated with Link controls...
Events associated with Clickable Image controls
List of events associated with Clickable Image controls...
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
Option,Test (External language)
In an information window, displays each call to the function and each status report returned by the function.
18. Order of execution of the code of buttons/links
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Items (Property)
The Items property is used to configure the different items of a full-text index.
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Transparency of windows
WINDEV allows you to apply a transparency coefficient to the windows......
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....