AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades HFSQL
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
The LinkedFile property sets the characteristics of a link. You can:
  • Find out the name of the linked data file used in the link.
  • Change the linked data file used in the link.
Example
// Change the linked data file
ProjectMgt.LinkedFile = Project
Syntax

Finding out the linked data file used in the link Hide the details

<Data file> = <Binding>.LinkedFile
<Data file>: Character string
Name of the linked data file used in the link.
<Binding>: Character string
Name of the link defined in the data model editor or via the Link description type.

Changing the linked data file used in the link Hide the details

<Link>.LinkedFile = <Data file>
<Link>: Character string
Name of the link defined in the data model editor or via the Link description type.
<Data file>: Character string
Name of the linked data file used in the link. Name defined in the data model editor or with the File Description type.
Remarks
The SourceFile property gets and sets the source data file of the link.
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 04/04/2024

Señalar un error o enviar una sugerencia | Ayuda local