ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
Installing and starting WDTRAD
API (Function)
Runs a function found in an external DLL.
mongoOperationsOption (Type of variable)
The mongoOperationsOption type is used to define the options of bulk operations.
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
<Source>.Optimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
WLanguageCodeCompiling (Variable type)
The WLanguageCodeCompiling type is used to define all the compiler options used by the Compile, ExecuteCode and EvaluateExpression functions, as well as by the Code Editor control (via the Compiler property).
<Source>.Out (Function)
Allows you to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
<Source>.ReadFirst (Function)
Sets the position on the first record according to a browse item.
<Source>.ReadNext (Function)
Sets the position on the next data file record according to a browse item.
<Source>.Found (Function)
Checks whether the current record corresponds to the current filter or search.
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......