ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
<Source>.Last (Function)
Sets the position on the last record of a data file according to a browse item.
<Source>.StatCalculate (Function)
Performs various statistical calculations on the file keys.
<Source>.Read (Function)
Reads a record in a file according to a given record number.
HTransactionInProgress (Function)
Used to find out whether a transaction is in progress.
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
<Source>.ErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
MariaDB Native Connector: Features and notes
This page presents the main aspects and requirements of the Native MariaDB Connector......
<Source>.FilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
<Source>.FilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
<Polygon2D variable>.Union (Function)
Returns a geometry corresponding to the union between a 2D polygon and another geometry.
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
SQLConnect (Example)
Usage example of the SQLConnect function
Live Data: view data in editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...