ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Local procedure
Two types of procedures are available......
Organizer report
The report editor gives you the ability to create "Organizer" reports....
Items used in a select query
A query created in the query editor can contain several types of items......
Report and project
In most cases, a report is linked to a project......
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
8. 10 tips for better interfaces...
The Spreadsheet control
Spreadsheets are one of the most used office tools......
6. WEBDEV Account Manager
WDInst: configuring the characteristics of the files to install
WDInst allows you to configure the characteristics of the files to install......
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
SemaphoreCreate (Function)
Creates a semaphore.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology......
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).