|
|
|
|
|
- Special case: ".WDD" file (analysis description)
fExtractResource (Function) In french: fExtraitRessource Extracts a resource from the application into a physical device location. Remarks:  In WINDEV applications or WEBDEV websites, the resource to extract must be: - in the "Other" category of the Project explorer pane,
- in the main library of the application (WDL file).
Warning: To prevent source code piracy, WINDEV, WEBDEV and WINDEV Mobile elements (states, windows, etc.) cannot be extracted at runtime. Syntax
<Result> = fExtractResource(<Resource name> [, <Destination>])
<Result>: Boolean - True if the resource was extracted,
- False otherwise. If an error occurs, the ErrorOccurred variable is set to True. To get more details on the error, use ErrorInfo.
<Resource name>: Character string Name of resource to extract (file name with its extension). <Destination>: Optional character string
Remarks Special case: ".WDD" file (analysis description) An analysis description (".WDD" file) integrated to the library of an application cannot be extracted. To extract a file from a library that cannot be extracted by fExtractResource, you can use an HFSQL data file integrated in the library.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|