ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AttributeSerialize (Property)
The AttributeSerialize property gets the serialization name of the type according to its name and the <Serialize> extension attribute.
Effect (Property)
Use in the GuidedVisitStage class - Access in get + Write - Type: Integer32
Rating control properties
The Rating control can be used in a window as well as in a page....
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
sysNotificationInput (Type of variable)
The sysNotificationInput type is used to define all the advanced features of an input control, such as a text input or combo box control, in an interactive notification.
PDFGetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
HNext (Function)
Sets the position on the next data file record according to a browse item.
Connection
The Connection keyword can correspond to: the Connection variable. the Connection property used to get and change the connection currently associated with a data file. For more details, see Connection. the Connection property of a hbScanParameter variable....
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Types of Edit controls
Supercontrol
A supercontrol is an advanced type of control......
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Report data source
...The reports can be created with the data coming from:...
How to develop a PHP site?
What is a PHP site?......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....