ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
<DiskFile variable>.Read (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
grColor (Function)
Returns and initializes the color of different chart elements.
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
OrgDelete (Function)
Deletes an element and its "children" from an Organization Chart control.
grSurfaceMarksCaption (Function)
Allows you to specify the mark caption for a Surface chart.
grSurfaceDeleteMarkCaption (Function)
Deletes the captions of marks found in a Surface chart.
grWaterfallColor (Function)
Indicates the color for a type of category in a Waterfall chart.
grAxisVisible (Function)
Configures how the axes are displayed in Line or Column charts.
grSurfaceGridlines (Function)
Displays the gridlines for the different planes of a Surface chart.
OrgAddChild (Function)
Adds a child element into an Organization Chart control.
grSunburstRootSection (Function)
Changes or specifies the path of the root in a Sunburst chart.
grHMColor (Function)
Specifies the colors of different values in a Heatmap chart.
grHMDeleteColor (Function)
Deletes the colors specified by grHMColor from a Heatmap chart.
<Organization Chart>.AddChild (Function)
Adds a child element into an Organization Chart control.
<Organization Chart>.Delete (Function)
Deletes an element and its "children" from an Organization Chart control.
grAddTimeData (Function)
Adds data at a precise moment in a time chart.
<Chart>.AxisVisible (Function)
Configures how the axes are displayed in Line or Column charts.
<Chart>.Gradient (Function)
Enables or disables the display of color gradients in a chart.
<Chart>.CategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
<Chart>.HMColor (Function)
Specifies the colors of different values in a Heatmap chart.
<Chart>.HMDeleteColor (Function)
Deletes the colors specified by grHMColor from a Heatmap chart.