ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DDELink (Function)
Creates a hot link with a data.
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
DDEWarmLink (Function)
Creates a warm link with a data.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]......
DDEDisconnect (Function)
Deletes a connection between the current program and a recipient.
OLELoad (Function)
Initializes an OLE control with an OLE object.
OLECopy (Function)
Copies the object found in an OLE control into the Windows clipboard.
OLEActivate (Function)
Edits an OLE object contained in an OLE control.
OLEServer (Function)
Lists the OLE servers registered toward the current system.
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
Constants used by the TraceStart function
List of constants used by the TraceStart function....
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
UUDecode (Function)
Decodes a character string in UUEncode format.
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
<Connection variable>.TransactionEnd (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....
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
SystemBarColor (Property)
The SystemBarColor property is used to get or change the system bar color in full-screen windows on mobile devices.