ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / HFSQL properties
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
LinkedKey (Property)
In french: CléReliée
HFSQL ClassicHFSQL Client/ServerAvailable only with these kinds of connection
The LinkedKey property sets the characteristics of a link. You can:
  • Get the item of the linked data file.
  • Change the item of the linked data file.
Example
// Change linked key
LinkClubPerson.LinkedKey = Person.ClubID
Syntax

Getting the linked key Hide the details

<Key name> = <Link name>.LinkedKey
<Key name>: Character string
Name of the key used in the linked data file.
<Link name>: Character string
Name of the link defined in the data model editor or via the Link Description type.

Changing the linked key Hide the details

<Link name>.LinkedKey = <New key>
<Link name>: Character string
Name of the link defined in the data model editor or via the Link Description type.
<New key>: Character string
Name of the new key in the linked data file. This key was defined in the data model editor or via the Item Description type.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/11/2023

Send a report | Local help