ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDelete (Function)
Deletes a record from a data file (query or view).
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
Configuring the assisted universal replication
If your application uses the assisted universal replication via a file......
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
SFUndelete (Function)
Restores previously deleted Salesforce records.
<sfConnection variable>.Add (Function)
Creates a record in a file of a Salesforce database.
<sfConnection variable>.Undelete (Function)
Restores previously deleted Salesforce records.
<sfConnection variable>.Modify (Function)
Modifies the records of a file defined in Salesforce.
<Source>.ErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
Gantt Chart control properties
You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties......
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
Downloading a report in PDF format on the computer of the Web user
To propose to download a report in PDF format on the computer of the Web user, you must......
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
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......
VisibleInExportAndPrint (Property)
The VisibleInExportAndPrint property is used to: Find out whether a column of a Table or TreeView Table control is visible for export and printing. Modify the visibility of a column in a Table or TreeView Table control for export and printing....