ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Automatic table modification
The automatic table modification updates the description of tables on user computers......
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows applications to scan documents using a scanner......
Debugging without using a debugger
In some cases, running a program or a site with or without the debugger can produce different results......
What is a database?
A database is an organized collection of data for a particular purpose (e.g., manage orders)......
Theme elements
The theme elements are used to quickly change the visual aspect of a project without having to retouch every page and every page template......
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......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Remote WEBDEV administrator: Error message management
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed in the browser of the Web user....
PC SOFT Free Technical Support
Thank you for buying one of our products......
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
Remote WEBDEV administrator: Backing up and restoring a WEBDEV site
The remote administration tool is used to manage the backups of your dynamic WEBDEV websites....
WEBDEV styles
WEBDEV styles are advanced styles......
MoveColumn (Function)
Moves or swaps a column in a two-dimensional array property contained in an advanced type (xlsDocument, etc.).
SelectionIfReadOnly (Property)
The SelectionIfReadOnly property is used to determine and specify if the content of an Edit control can be selected when in read-only mode.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
<Table>.SelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
<Chart>.PieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
ErrorReset (Function)
Resets the detection of non-fatal errors: The result of ErrorInfo is reset. The ErrorOccurred variable returns to False....