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
SourceKey (Property)
In french: CléSource
HFSQL ClassicHFSQL Client/ServerAvailable only with these kinds of connection
The SourceKey property sets the characteristics of a link. You can:
  • Get the item of the source data file used in the link.
  • Change the item of the source data file used in the link.
Example
// Change the source key
LinkClubPerson.SourceKey = Club.ClubID
Syntax

Getting the source key of a link Hide the details

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

Changing the source key of a link Hide the details

<Link>.SourceKey = <New key>
<Link>: 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 used in the source 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