ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
sfSearchResult (Type of variable)
The sfSearchResult type is used to find out the result of SFSearch...
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
SFAdd (Function)
Creates a record in a file of a Salesforce database.
HNext (Function)
Sets the position on the next data file record according to a browse item.
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
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.
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.
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
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)....
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Installing a SOAP server with Netscape iPlanet 4.1
Error 301: Unknown identifier
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
SQLFirst (Function)
Positions on the first row of the query result.