ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage syntax / Reserved keywords
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
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help