ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DotNetRun (Function)
Runs a procedure on a .Net server.
Working in Offline mode
When working on a laptop computer or on an offline computer, you may want to continue to work......
Assignment operators
Three assignment operators are available......
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
Character strings
WLanguage supports different types of strings....
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
The "Analysis" pane
The "Analysis" pane lists......
Manipulating Combo Box controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
WDTrans: Overview
WDTrans is a tool for canceling transactions......
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
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.
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
Port (Property)
The Port property is used to identify and change a server connection port.
Specific features of the Express version
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
DotNetDelegate (Function)
Initializes a.NET delegate.