ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Scheduler control events
The following events associated with Scheduler controls:...
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
fSeek (Example)
Usage example of the fSeek function
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
Type (Property)
The Type property is used to get and change the type of an element.
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
Name (Property)
The Name property is used to get the name of an element.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
Page Header block
The Page header block is printed on each new page......
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
CertificateLoad (Function)
Loads a certificate from a file or a buffer.
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following WLanguage properties......
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
DateToInteger (Function)
Converts a date to an integer.
iPrintReport (Example)
Usage example of the iPrintReport function