ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / External file functions
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
Loads the content of a resource from a library.
Example
// Loads general terms and conditions of sale from the WDL
GTC is Buffer = fLoadResource("GTC.PDF")
Syntax
<Result> = fLoadResource(<Resource>)
<Result>: Buffer
Requested resource.
<Resource>: Character string
Name of the resource to load.
Reminder: Resources are files added to the library when generating the application, library, external component,...
Component: wd290vm.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/08/2022

Send a report | Local help