ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SFForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
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.
Error 805: No syntax without parameter
CursorCapture (Example)
Usage example of the CursorCapture function
HDFS constants
The following constants are used by the HDFS functions:...
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
Slider control properties (in a page)
A Slider control and a Range Slider control found in a page can be handed in WLanguage by the following properties.
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
Multi-product external components
Components are a remarkably useful tool for development teams......
SFExecuteProcess (Function)
Requests the execution of a specific process.
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
Image drawing and processing functions (prefix syntax)
List of image drawing and processing functions (prefix syntax)...
TreeListItem (Example)
Usage example of the TreeListItem function
FinError (Example)
Usage example of the FinError function
FinRedemption (Example)
Usage example of the FinRedemption function
LoadParameter (Function)
Reads a persistent value.
fCurrentDir (Function)
Identifies or modifies the current directory.
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.