ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
HTMLToText (Function)
Converts an HTML string or buffer to text.
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
WINDEV License Agreement
WINDEV License Agreement...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
ArraySort (Function)
Sorts a WLanguage array.
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
NbLabel (Property)
The NbLabel property is used to: Find out the number of labels printed across the page width. Modify the number of labels printed across the page width....
HDescribeConnection (Function)
Describes a new connection to an external database.
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
EmailGetAll (Function)
Retrieves all the emails found on a server.
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......