ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
KeySize (Property)
The KeySize property is used to set the characteristics of a text memo key item.
NbArrayElement (Property)
NbArrayElement is used to configure the number of elements in an array item.
fSeek (Function)
Gets and sets current position in an external file.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
grDestinationControl (Function)
Defines an Image control as destination of a chart.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
NbDescribedThumbnail (Property)
The NbDescribedThumbnail property is used to get the number of thumbnails expected for an item.
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
BTAcceptConnection (Function)
Used to find out whether a Bluetooth radio accepts (or not) the requests for connection coming from the devices.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last block. Change the page footer block options....
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).