ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing bar codes
The use of bar codes to identify and manage products has become essential...
Project portfolio
From version 25, you can create "project portfolios"......
Error 1005: To explicitly access a global element of '%1' class, use the syntax
12. Synchronizing data
Binding a Spin control to an item
A Spin control can be bound to an item in a data file, query, etc....
HFSQL Client/Server: Configuring the data files on the server
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
Training sessions organized by PC SOFT
PC SOFT proposes several training classes, according to your own requirements......
10. Internal component
Internal component...
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
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....
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
Options of the window editor
To configure the general options of the window editor......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......