ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fEncrypt (Function)
Encrypts a file in binary or ASCII format.
Constants for encryption/compression
List of constants used by the encryption/compression functions...
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Windows
The windows represent the main interface of a WINDEV application......
HRestorePosition (Function)
Restores the previously saved context of a file (function HSavePosition): record in progress, filter, playback pointers.
HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
fTrackFile (Function)
Triggers the tracking of a file.
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
HTransactionStart (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates the transaction table.
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Creating the Table windows of the WINDEV RAD pattern