ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
Generating the RAD pattern
To generate a RAD pattern:...
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
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)....
PopupAnimate (Function)
Displays a popup in a page cell.
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page. Get and set the maximum number of Looper rows per page....
grScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......