ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options...
dbgEnableLog (Function)
Enables the runtime log programmatically.
Constants for managing Wi-Fi functions
Constants for managing Wi-Fi functions...
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
fRename (Function)
Modifies the name of a file.
Position (Function)
Finds the position of a specified string within another string.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
fUnlock (Function)
Entirely or partially unlocks an external file.
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....
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
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.
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV site......
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
DotNetDelegate (Function)
Initializes a.NET delegate.
Programming custom calculations in Table controls
ControlClone (Function)
Creates a new control from an existing control.