ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

VideoStop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
grSurfaceGetData (Function)
Retrieves a data from a Surface chart.
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
SaaSAdminPricingDisableService (Function)
Disables a service in a SaaS pricing.
VideoSetDriver (Function)
Connects the "Camera" control to a specific driver for video capture.
CameraStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
VideoStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
Charset (Property)
The Charset property is used to: Get the character set used by a Font variable. Change the character set used by a Font variable. Get the character set used by an HFSQL data file....
Handling an ActiveX by programming
WINDEV allows you to handle an ActiveX control in WLanguage via......
SaaSAdminPricingEnableService (Function)
Enables a service in a SaaS pricing.
SchedulerBackgroundColor (Function)
Defines a background color for a time period in a Scheduler control (time period corresponding to lunch time, a public holiday, etc.).
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
MapLicenseBing (Function)
Indicates the "Bing map" license key that will be used in the Map controls used in Universal Windows 10 App mode.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Constants for external files
List of constants used by the functions for managing external files....
Internal component description
The description of an internal component can opened at any time......
ThreadSuspend (Function)
Temporarily suspends the execution of the specified thread. Function not recommended.