ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
MinimumLength (Property)
The MinimumLength property is used to configure the minimum length of the words to be indexed.
hdfsStatus (Type of variable)
The hdfsStatus type is used to define the advanced characteristics regarding the status of an element (file, directory, link) in the Hadoop file system.
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
memcachedConnection (Type of variable)
The memcachedConnection type is used to define the characteristics of a connection to a Memcached server.
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
Language (Property)
The Language property is used to get and change the language used.
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
HTTPSendForm (Function)
Sends an HTTP form.
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
KeySize (Property)
The KeySize property is used to set the characteristics of a text memo key item.
CompactToolbar (Property)
The CompactToolbar property is used to: determine if the window toolbars are compacted. compact (or not) the toolbars....
AutomaticReorganization (Property)
The AutomaticReorganization property is used to get and change the automatic reorganization mode for the tasks in a "Gantt Chart" column.
Decode (Function)
Decodes a character string that was encoded by Encode.
NbArrayElement (Property)
NbArrayElement is used to configure the number of elements in an array item.
fWriteLine (Example)
Usage example of the fWriteLine function