ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
EmulateWarning (Function)
Emulates the next call to Warning and automatically clicks the "OK&quot button.
EmulateError (Function)
Emulates the next call to Error and automatically clicks the "OK&quot button.
EmulateInfo (Function)
Emulates the next call to Info and automatically clicks the "OK&quot button.
FinRedemption (Example)
Usage example of the FinRedemption function
SIPVisible (Function)
Displays the keyboard.
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
EmulateConfirm (Function)
Emulates the next call to Confirm and automatically clicks the button passed in parameter.
EmulateOKCancel (Function)
Emulates the next call to OKCancel and automatically clicks the button passed in parameter.
EmulateYesNo (Function)
Emulates the next call to YesNo and automatically clicks the button specified in parameter.
12. External component in practice
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
grPieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
MapDisplayArea (Function)
Moves the map displayed in the Map control so that the specified geographic area can be seen in its entirety.
The HTML control
The HTML control displays HTML pages or HTML code......
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
gpwAddAuthLogin (Function)
Adds a login button (Facebook, Google, Microsoft, etc.) in the login window or page.
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
SchedulerDeleteAll (Function)
Deletes all appointments and resources from a Scheduler control.
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......