ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Constants used by the XML signature
Constants used by the XML signature...
WEBDEV Application Server 2024
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
Using the Salesforce service
Salesforce is a very popular CRM software......
Copying controls from the page editor
The controls can be copied from the page editor......
Error 203: The procedure already has a scope attribute (local or global)
UUDecode (Function)
Decodes a character string in UUEncode format.
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
2. WEBDEV administrator in practice
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<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.
<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....
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
End of break block
The End of break block is optional......
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.