ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
Native MySQL Connector - License Agreement
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
Reduce (Function)
Applies a computation to each element of a WLanguage array.
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
Downloading a report in PDF format on the computer of the Web user
To propose to download a report in PDF format on the computer of the Web user, you must......
Entity of a CDM
To group information according the MERISE method, entities must be created......
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
FinFutureVal (Function)
Returns the future value of an investment.
FinRepayVal (Function)
Returns the amount of each regular payment for an investment with fixed interest rate and fixed payment.
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipDeleteAll (Function)
Deletes all files from an archive.
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
HClient structure
The HClient structure is used to......
BurnerSelect (Function)
Used to select the default burner.
HOpenConnection (Example)
Usage example of the HOpenConnection function