ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It allows you to present a large number of logically arranged fields in a small area, so you can make choices....
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
ErrorThrow (Function)
Throw a non-fatal error.
Database schema description window
The database schema description window includes all the characteristics and options of the current database schema......
Handling a dynamic programmatically
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
WINDEV: Windows created via the "window" RAD
The wizard for window creation proposes several types of windows associated with HFSQL tables......
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
TwainToClipboard (Function)
Allows: copy the document coming from the Twain device to the clipboard. view the document coming from the Twain device in the user interface of device....
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
The Context Menu control (WEBDEV)
Context menus are often used in websites......
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
HOpenAnalysis (Function)
Opens a database schema in HFSQL Classic format.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......