ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
7. Dynamic site on specific configurations
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
zipOpenRAR (Function)
Opens an existing archive in RAR format.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
fWrite (Function)
Writes: a character string to an external file. a memory section....
FTPAttribute (Example)
Usage example of the FTPAttribute function
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
Emulating constants
List of constants used by the functions for emulating automated tests....
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
StoreFilterAAF (Property)
The StoreFilterAAF property is used to determine and specify if the filters set by the user on a Table or TreeView table control are saved when an application is closed and opened again.
6. Internal window
Internal windows...
fUnlock (Function)
Entirely or partially unlocks an external file.
TableSetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
WDInst: Set automatic modification of tables
The automatic table modification updates the description of tables on user computers......
URIGetInfo (Function)
Retrieves information of a URI resource.
grTitle (Function)
Modifies the caption and/or position of the chart title....
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Structure (Type of variable)
A structure is a custom type of data...
Materialized view
...A materialized view is a physical data source defined by an SQL query....