ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / HFSQL properties
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
MinLinkedCardinality (Property)
In french: CardinalitéReliéeMin
HFSQL ClassicHFSQL Client/ServerAvailable only with these kinds of connection
The MinLinkedCardinality property sets the characteristics of a link. You can:
  • Get the minimum cardinality of the linked item.
  • Change the minimum cardinality of the linked item.
Example
// Change the minimum cardinality
LinkClubMember.MinLinkedCardinality = 1
Syntax

Changing the minimum cardinality of the linked item Hide the details

<Cardinality> = <Link>.MinLinkedCardinality
<Cardinality>: Integer
Minimum cardinality of the linked item.
<Link>: Character string
Name of the link defined in the data model editor or via the Link Description type.

Changing the minimum cardinality of the linked item Hide the details

<Link>.MinLinkedCardinality = <New cardinality>
<Link>: Character string
Name of the link defined in the data model editor or via the Link Description type.
<New cardinality>: Integer
New minimum cardinality for the linked item. By default, when a link is defined programmatically, the minimum cardinality of the related item is 0.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help