ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

grOverlayChart (Function)
Used to display two different types of charts in the same chart.
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
<Window>.Iconize (Function)
Minimizes a WINDEV window.
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
Project (External language)
Opens and runs a WINDEV project.
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
Flash control properties
The Flash control can be handled by the WLanguage properties in server code and in browser code......
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
DoubleClick (Property)
The DoubleClick property is used to get and change the name of the Button control that will be executed when a control is double-clicked.
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
<Table>.SelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
<Chart>.PieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
iAreaHeight (Function)
Calculates the height of a fixed-width area required to print the entire text that uses the current font.
HRecreateSubscriberReplica (Function)
Re-creates the description file of a subscriber replica (universal replication only) according to the information of the master replica (.RPM and.SYN files).
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
ERR_DISCONNECTED_UPDATE
WINDEV and telephony
WINDEV allows you to easily manage the incoming and outgoing phone calls via the WLanguage telephony functions......
WorkingHourStart (Property)
The WorkingHourStart property is used to get and change the start time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
WorkingHourEnd (Property)
The WorkingHourEnd property is used to identify and change the end time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
Functions for managing Google calendars (prefix syntax)
List of functions for managing Google calendars (prefix syntax)...
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
WINDEV Framework License Agreement
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....