ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
Chart: Managing legends
Several types of legends are supported in the charts......
SysListVideoCard (Function)
Returns the name of the video cards connected to the current computer.
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
fSeek (Function)
Gets and sets current position in an external file.
Events associated with Table controls
List of events associated with Table controls...
ProgressBar (Property)
The ProgressBar property is used to identify and change the Progress Bar control used when calculating a Pivot Table control (PVTCalculateAll and PVTCalculateUpdate functions).
ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
HelpNumber (Property)
The HelpNumber property is used to identify and modify the help number associated with a control.
13. External component in practice
External component in practice...
12. External component in practice
MultimediaReader (Property)
The MultimediaReader property is used to get and change the media player currently used by a Multimedia control to play media files.
Context Menu control events
A Contextual Menu control can be manipulated in WLanguage in an Page with the following properties......
GglListContactByRequest (Function)
Retrieves a list of contacts from custom parameters.
iCurrentFile (Function)
Returns the name of the file currently generated.
GglRequest (Function)
Sends a communication request (HTTP request) to a Google service.
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
WLanguage procedure called by ConfirmAsynchronous
Procedure ("Callback") called by ConfirmAsynchronous when the user clicks one of the buttons in the dialog box.
WLanguage procedure called by OKCancelAsynchronous
Procedure ("Callback") called by OKCancelAsynchronous when the user clicks one of the buttons in the dialog box. This procedure can be a local, global, internal or lambda procedure.
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
SysWinActive (Function)
Returns the handle of the active window or activates a window.