ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
16. Java applications in practice
Java applications in practice...
TableAddBeginning (Function)
Adds a row at the top of an Infinite Table control. The row is inserted before the first row of the Table control. The scroll position of the Table control doesn't change....
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
NumericFormat (Variable type)
The NumericFormat type allows you to define all the characteristics of the format to be used with the NumToString function.
LooperAddIWBeginning (Function)
Adds a row consisting of an internal window at the beginning of an Infinite Looper control. The row is inserted before the first row in the Looper control. The scrollbar of the Looper control remains at the same position.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
SysSerialNum (Function)
Returns the IMEI number of the current device.
KeyPressed (Function)
Checks which key is pressed.
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
Flexbox control description: General Tab
In the "General" tab of the Flexbox control description window, you can view and change the options of the different controls integrated into a flexbox container......
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
XMLFind (Function)
Performs a search in an XML document.
Constants for encryption/compression
List of constants used by the encryption/compression functions...
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
Handling a dynamic programmatically
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......