ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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).
grSunburstGetData (Function)
Retrieves a numeric value from a Sunburst chart.
EmailReadNext (Example)
Usage example of the EmailReadNext function
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)....
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.).
grSunburstSectionColor (Function)
Changes the color of a section in a Sunburst chart.
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....
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
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.
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
PageDisplay (Function)
Displays a web page in the user's browser....
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.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
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....
Sum (Function)
Calculates the sum of the array elements.