ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
HTTP constants
List of constants used by the HTTP functions....
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
PageAddress (Function)
Used to find out the Internet address of a page.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
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)....
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
PageDisplay (Function)
Displays a web page in the user's browser....
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
grSunburstStartAngle (Function)
Specifies the starting angle of the first section in a Sunburst chart.
Sum (Function)
Calculates the sum of the array elements.