ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
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....
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
SQL functions: Special case
List of SQL functions: Special case...
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
Charset (Property)
The Charset property is used to: Get the character set used by a Font variable. Change the character set used by a Font variable. Get the character set used by an HFSQL data file....
Provider (Property)
The Provider property is used to manage the type of a connection (HFSQL Client/Server, OLE DB, etc.)....
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
grDestinationImage (Function)
Defines an Image variable as destination of a chart.
StringToJSON (Function)
Converts a JSON string into a JSON variable.
<Image variable>.InvertColor (Function)
Inverts the colors in an Image variable.
<Image variable>.Resize (Function)
Resizes an image in an Image variable.
HTMLOpen (Function)
Creates an htmlDocument variable from an HTML document.
<Document variable>.ToText (Function)
Creates a character string with the data of a Document variable.
InApp constants
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
ImageType (Property)
The ImageType property is used to get the type of image being edited in an Image Editor control (icon or image).
Properties associated with Combo Box controls that display a table
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
<Image variable>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.