ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
<zipArchive variable>.AddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
Associative array (Type of variable)
An associative array is an "advanced" type of array...
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
Structure (Type of variable)
A structure is a custom type of data...
Events associated with Edit controls
WLanguage events associated with Edit controls...
Logical operators
The logical operators are as follows......
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
SpreadsheetAllowProcedure (Function)
Allows the use of a WLanguage function/procedure in a formula of a Spreadsheet control....
Select query description window: Actions applied
This help page presents the actions that can be performed from the description window of a query....
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
How to use an array of structures?
An array of structures is an Array variable......
Events associated with Static controls
List of events associated with Static controls...
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
iPrintBlock (Function)
Forces a report block to print.
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......