ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

sfSearchResult (Type of variable)
The sfSearchResult type is used to find out the result of SFSearch...
sfExecuteProcessResult (Type of variable)
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess...
Specific features of the Express version
Passing parameters
The parameters can be passed to a procedure......
dbgStartMemoryDiff (Function)
Starts a difference operation of the memory used by the application.
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
SFAdd (Function)
Creates a record in a file of a Salesforce database.
Using several libraries in an application
A library is a WDL file that contains all the resources......
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
MapConfigureGglAPI (Function)
Declares additional parameters for the Map control that will be transmitted to the Google API.
HAdd (Example)
Usage example of the HAdd function
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2 Connector......
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
AppControl (Function)
Enables (or disables) the remote control for the current multi-user WINDEV application. This is an advanced function.