AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Sintaxis WLanguage / Palabras clave reservadas
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
MyFile (Reserved word)
In french: MonFichier
HFSQL ClassicHFSQL Client/ServerAvailable only with these kinds of connection
In a trigger, MyFile is used to identify the data file that releases the trigger. At runtime, this keyword is automatically replaced with the current data file.
Benefit: MyFile is used to create generic triggers, without performing indirections on the H.FileName variable. This allows you to handle the data file, its properties or its items.
Example
// Retrieve the name of the data file that activates the trigger
TriggeringFile = MyFile..Name
Syntax
MyFile
Versión mínima requerida
  • Versión 12
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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