ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Code editor options
A series of options allows you to customize and take full advantage of the code editor......
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
EmailCheckAddress (Function)
Checks the validity of an email address.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
zipSelectFile (Function)
Selects files from an archive.
MemFound (Function)
Checks whether the sought element was found.
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
13. External component in practice
External component in practice...
MyParent (Reserved word)
MyParent is used to handle...
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.