ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Driver (Property)
The Driver property is used to get the video capture driver the Camera control is associated with.
<Spreadsheet>.GetMerge (Function)
Used to find out whether a cell is merged with other cells and to get the name of merged cells.
<XAML>.Property (Function)
Allows you to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
WLanguage procedure called by HashString
Procedure ("Callback") called by HashString when hashing. This procedure is used to get the hash result.
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
HeightExpanded (Property)
The HeightExpanded property is used to get and change the height of an expanded iOS 13 widget.
MaxLinkedCardinality (Property)
The MaxLinkedCardinality property is used to get and modify the maximum cardinality of the related item in the link.
MinLinkedCardinality (Property)
The MinLinkedCardinality property is used to get and modify the minimum cardinality of the related item in the link.
MinSourceCardinality (Property)
The MinSourceCardinality property is used to get and modify the minimum cardinality of the source item in the link.
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
CtExtendedInfo (Property)
The CtExtendedInfo property is used to get the additional information inserted into database connection string.
CtCursorOptions (Property)
The CtCursorOptions property is used to get the type of cursor used when connecting to an external database.
SignatureMode (Property)
The SignatureMode property is used to get and change the signature options of a Signature control in a report.
MaxAutoID (Property)
The MaxAutoID property is used to get the maximum automatic identifier of a replicated data file.
MinAutoID (Property)
The MinAutoID property is used to get the minimum automatic identifier of a replicated data file.
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
SourceDescription (Property)
The SourceDescription property is used to get the name of the element used as data source of a series.
WINDEV 2024: New features in this version
Here are the new features that you will discover in this version......
WINDEV 2024
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Programming an indexed control
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......