ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
CharactType (Function)
Returns information about the type of character.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
dbgEnableLog (Function)
Enables the runtime log programmatically.
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
ServiceUninstall (Function)
Uninstalls a service.
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
Constants for managing the User Groupware
List of constants used by the functions for managing the User Groupware....
ZOrder (Example)
Usage example of the ZOrder property
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......