ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
Manipulating Combo Box controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Position (Function)
Finds the position of a specified string within another string.
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
WDAdminHF: Managing the data files
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
DotNetRunXML (Function)
Runs a procedure on a server for .Net XML Web services.
DotNetVersion (Function)
Returns the version number of the .Net Framework available on the current computer.
Truncate (Function)
Truncates the right part of a string or buffer.
Port (Property)
The Port property is used to identify and change a server connection port.
DotNetDelegate (Function)
Initializes a.NET delegate.
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
Functions for handling Combo Box controls (prefix syntax)
The following functions are specific to the Combo Box controls, using prefix syntax:
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
Examples for using the OLE DB provider for HFSQL
Remote HFSQL administrator: Overview
...The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server......
The DotNet structure
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
Combo Box control functions
List of functions for handling the Combo Box controls...
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......