ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageByPagePrint (Property)
The PageByPagePrint property is used to: Ask a report to be printed page by page. Each page of the report will be sent separately to the printer spooler. Find out the print mode of the report (page by page or all at once)....
rssIdentifier (Type of variable)
The rssIdentifier type is used to describe the unique identifier of a RSS stream entry...
AppointmentModify (Function)
Modifies the current appointment: in a Lotus Notes or Outlook calendar. in the calendar found on a mobile device (Android/iOS)....
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
ContactSource (Type of variable)
The ContactSource type is used to define the advanced characteristics of a source (or account) for the contacts (example: Google, Exchange, Facebook).
xpathResult (Type of variable)
The xpathResult type is used it find out the result of the execution of an XPATH query.
btleDescriptor (Type of variable)
The btleDescriptor type is used to handle the descriptor of a Bluetooth Low Energy characteristic
mongoDatabase (Type of variable)
The mongoDatabase type is used to define the characteristics of a database for a MongoDB server.
mongoFindOption (Type of variable)
The mongoFindOption type is used to define the advanced characteristics of a search in a MongoDB database.
Component (Property)
The Component property configures the different components of a composite key.
FutureHeight (Property)
The FutureHeight property is used to determine how high an auto-resizing control in a report will be after being enlarged.
rssStream (Type of variable)
The rssStream type is used to handle a RSS stream...
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
MyWindow (Reserved word)
MyWindow is used to handle the current window...
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....