ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
6. Procedures
WINDEV Mobile Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
PageDisplay (Function)
Displays a web page in the user's browser....
API (Function)
Runs a function found in an external DLL.
CallDLL32 (Function)
Runs a function found in an external DLL.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Describing the replicated files (ReplicEdit)
A replication includes one or more data files......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
6. Procedures
WEBDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Code snippets
The code editor allows you to enter "Code snippets"......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
fSeek (Example)
Usage example of the fSeek function
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
FinPeriodInterest (Example)
Usage example of the FinPeriodInterest function
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Warning 12: The label is unused
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
Miscellaneous Windows constants
List of constants used by the Windows functions....
DDESend (Function)
Sends a data to the program connected via DDE.
OpenSister (Example)
Usage example of the OpenSister function