ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
Ad Hoc deployment
The Static control
A Static control is a control used to display a static text......
Multiline strings
To type character strings over several lines in the code editor...
Cardinalities
The cardinalities are used to count the links between the files......
Error 2: Incomplete line
grCreate (Function)
Creates a specific type of chart.
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
<Table>.SetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
TableSetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication....
Implement journaled replication: Modify database schema
Log-based replication can be implemented in the data model editor......
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....