ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with Tab controls
List of events associated with Tab controls...
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top and bottom of the control......
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Programming overview in C and C++
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
CallDLL32 (Function)
Runs a function found in an external DLL.
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....