ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

12. Control templates
...Control templates...
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
Impact analysis
The impact analysis immediately identifies the consequences of the latest changes......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Camera control in a mobile application
The Camera control is used to......
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
VideoListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
CameraStop (Function)
Stops the video preview or video recording in a Camera control. Function kept for "Version-26-compatible" Camera controls....
CameraListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
HRSExecute (Function)
Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling.
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
InUniversalWindowsAppMode (Function)
Indicates whether the code is run in Universal Windows 10 App mode.
ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo"....
MapExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
<Map>.ExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
<sfConnection variable>.ExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
WLanguage procedure called by SpeechRecognitionTrigger
WLanguage procedure ("callback") called to run the speech recognition started by SpeechRecognitionTrigger.