ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
fExeDir (Function)
Returns the directory from which the execution is started.
BurnerMediaInfo (Function)
Retrieves the characteristics of the CD/DVD found in the current burner....
SCM file format evolutions
Four versions are available for the SCM repository......
DecimalPart (Property)
The DecimalPart property is used to configure Numeric items.
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
Constants for managing streams (sound and video)
List of constants used by the functions for managing the streams (sound and video)....
VerticalSwipe (Property)
The VerticalSwipe property is used to determine and change the swipe direction in an internal window with swipe gesture support.
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Beep (Function)
Emits a beep.
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
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......
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
<Source>.Found (Function)
Checks whether the current record corresponds to the current filter or search.
gFontStrikeout (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is crossed out or not.
Constants for managing masks