ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Chart control
The "Chart" control is used to display a chart in windows, pages and reports...
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels...
<Chart>.SeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
<Chart>.SeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
grSeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
grSeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
Orientation (Property)
The Orientation property is used to get and change the orientation of an element.
<String type>.Insert (Function)
Inserts a string into another character string at a given position.
HTMLModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
Start (Property)
The Start property gets the starting point of an element or event.
<Source>.FilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
Multiline strings
To type character strings over several lines in the code editor...
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
TwainCurrentSource (Function)
Allows you to find out and change the Twain device used by default.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
<htmlNode variable>.ModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
HRSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
<HFSQL connection>.RSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
fWrite (Function)
Writes: a character string into an external file. a memory section....
HClusterStart (Function)
Starts an HFSQL cluster. This cluster was stopped beforehand (by HClusterStop for example).
Zoom (Property)
The Zoom property is used to determine and change the zoom applied to an element.
RightToLeft (Property)
The RightToLeft property is used to get and change the writing direction of an element...
Unicode (Property)
The Unicode property is used to get and change the Unicode format of an element.
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......