ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sub-query
A sub-query is a query whose result is used by another query...
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
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.
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
XMLDocument (Function)
Creates a new XML document.
Using WDDIXIO
To translate the text used in your project:...
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
<Source>.Forward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
<Source>.SeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
<Source>.Backward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
<Source>.Filter (Function)
Defines and enables a filter on a data file, view or query.
<Source>.ReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
<Source>.ReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
<Source>.ReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
API (Function)
Runs a function found in an external DLL.
Installing and starting WDTRAD
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......