ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Programming patterns
CAUTION......
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
Link functions (prefix syntax)
Link functions are used to link the interface with the tables and vice versa....
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
Camera control in a mobile application
The Camera control is used to......
SFForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
HCheckUnaltered (Function)
Checks whether one or all records in an unalterable data file have not been modified (with an hexadecimal editor for example).
<sfConnection variable>.ForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
<Source>.Forward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
<Source>.UnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
<Source>.Write (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
<Source>.Backward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
<Source>.CheckUnaltered (Function)
Checks whether one or all records in an unalterable data file have not been modified (with an hexadecimal editor for example).
TableSelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multiselection browsing Table control.
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.