ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Including a text file in an application Hide the details
Name of text file containing the WLanguage code that must be included in an application. This is a standard text file, created by any text editor.A full path can be specified (for example: "C:\WDProject\MyConst.wl"). If the path is not specified, the file will be sought:in the project directory,in the "Personal\Extern" directory of WINDEV, WEBDEV and WINDEV Mobile.Including a text file with EXTERN has the same effect than copying a text file in the code editor.
Declaring an external object Hide the details
Name of external object (variable, constant, ...) to declare.EXTERN is used to declare a variable that will exist only when running the application. For example, the EXTERN keyword can be used to handle a window found in an external library (loaded by LoadWDL). EXTERN can be used to handle the JavaScript objects in WLanguage browser code.
Including constants
Deploying the application
Last update: 09/20/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: