ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Chart control: "General" Tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control...
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 control: "Detail" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe...
Manipulating the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations...
<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.
Orientation (Property)
The Orientation property is used to get and change the orientation of an element.
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......