ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

xlsVersion (Function)
Returns the Excel version that was used to save the file.
grHMColor (Function)
Specifies the colors of different values in a Heatmap chart.
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Multi-project search
Performing a search in the current project is a common operation......
Note (Property)
The Note property is used to get and change a text associated with an element.
iColumnNum (Function)
Returns the number of the current column in a multi-column report.
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
fDirRename (Function)
Renames a directory.
ToolbarVisible (Property)
The ToolbarVisible property is used to: know if the toolbar or the ribbon is displayed in a control. show or hide the toolbar or the ribbon in a control....
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
Zoom (Property)
The Zoom property gets or sets the zoom value: in an Image control. in a Map control. in an Organization Chart control. in a Table, TreeView Table, Pivot Table, Spreadsheet or List Box control. in a Word Processing control. in a PDF Reader control. in a Camera control. in a Diagram Editor control; in a window....
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
PageParameter (Function)
Returns the value of a parameter passed to the current page.
Character strings
WLanguage supports different types of strings....
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
Events associated with Tab controls
List of events associated with Tab controls...
FileToPage (Function)
Automatically updates the controls of a 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. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
zipOpen (Function)
Opens an existing archive.
HDescribeFile (Function)
Describes a data file programmatically.
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
HConnect (Example)
Usage example of the HConnect function