ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with Shape controls
List of events associated with Shape controls...
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
HClusterMasterNode (Function)
Returns the name of the master node in an HFSQL cluster.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
StreamInfo (Function)
Returns the name and/or number of the stream issuer....
HStatDate (Function)
Returns the date of the last update for the index statistics.
<DiskFile variable>.FileName (Function)
Returns the name of an external file currently open.
dDominantImageColor (Function)
Returns the dominant (i.e. most frequent) color of an image in an Image variable or in an Image control.
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.
<Connection variable>.EndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
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....
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Managing the styles
The help editor allows you to define styles of paragraphs......
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......