ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Applet control properties
List of properties associated with the Applet control...
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
<Page>.Address (Function)
Used to find out the Internet address of a page.
Associative array (Type of variable)
An associative array is an "advanced" type of array...
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
grCategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
Properties associated with the options of a Switch control
ODBCUserName (Property)
The ODBCUserName property allows you to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
Flash control properties
The Flash control can be handled by the WLanguage properties in server code and in browser code......
Site Map control properties
List of properties associated with a Site Map control...
Pager control properties
The WLanguage properties are used to handle the Pager control in server code and in browser code......
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes......
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
StringToJSON (Function)
Converts a JSON string into a JSON variable.