ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / External file functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Loads the content of a resource from a library.
Example
// Charge les conditions générales de vente depuis la WDL
CGV is Buffer = fLoadResource("CGV.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 the application, library, external component, etc. is generated.
Component: wd300vm.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help