ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
Internal component
An internal component is a set of elements from a project......
Native xBase/FoxPro Connector
WINDEV and WEBDEV offer a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
SysRemovableExternalStorage (Function)
Used to find out whether the external storage space corresponds to the movable memory (SD Card).
Multi-product external components
Components are a remarkably useful tool for development teams......
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
11. Internal components in practice
Internal components in practice...
SysLinkExtension (Function)
Associates an extension (.txt, .avi, etc.) to a default execution program.
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
SysCacheExternalStorage (Function)
Returns the path of directory that will be used to store the data in cache on the external storage space of application.
<DiskFile variable>.ReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
The .NET field 3.0, 4.0, ... (WPF)
The Xaml control allows you to easily manage the Xaml language......
Error 1022: The access to the method of the class is restricted by a protected inheritance
Functions for handling directories and external files
List of functions for handling external files...
nWDExecute: Running a WLanguage function
Running a WLanguage function by dynamic compilation with command formatting......