ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DocPositionTopPage (Function)
Returns the position of the first character in a given page in a Text Processing control.
<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.
<Table>.ToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
grCategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
<Chart>.CategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
SeriesColor (Property)
The SeriesColor property is used to: Find out the color of a series in a chart. Modify the color of a series in a chart....
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
<Chart>.PointColor (Function)
Initializes the color of a specific point in one of the following chart types: Line, Scatter, Bubble chart....
grPointColor (Function)
Initializes the color of a specific point in one of the following chart types: Line, Scatter, Bubble chart....
TabSaveConfiguration (Function)
Saves the configuration of dynamic panes found in a Tab control in character string format.
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
<Tab>.SaveConfiguration (Function)
Saves the configuration of dynamic tabs found in a Tab control in character string format.
<Word Processing>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Word Processing control.
<Source>.RecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
ZAxisMax (Property)
The ZAxisMax property gets the maximum value of the Z-axis in a Chart control (Surface chart).
ZAxisMin (Property)
The ZAxisMin property gets the minimum value of the Z-axis in a Chart control (Surface chart).
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......