ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
DisplayOrphan (Property)
The DisplayOrphan property is used to: Determine whether a row or column in a Pivot Table control is displayed when it has no parent. Change the display mode of a row or column in a Pivot Table control when it has no parent....
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
HBuildKeyValueANSI (Function)
Regardless of the platform used, the data stored in the HFSQL files is in ANSI format.
SysIMEI (Function)
Returns the IMEI number of an Android phone.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
Handling a control through programming in a report
All report controls can be handled through programming......
OrgElement (Type of variable)
The OrgElement type is used to define the advanced characteristics of an element found in an Organization Chart control.
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Constants for managing Wi-Fi functions
Constants for managing Wi-Fi functions...
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Google Maps management functions
List of functions for managing Google maps...
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
Events associated with Sidebar controls
List of events associated with Sidebar controls...
EncryptAsymmetricEnveloped (Function)
Performs an asymmetric encryption of an envelope.
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
MongoCreate (Example)
Usage example of the MongoCreate function
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......