ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project description: Project tab
The project description window allows you to configure various elements of your project......
<Connection variable>.TransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
HTransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
SysStatusExternalStorage (Function)
Returns the availability status of the external storage space of the device.
ComponentLoadAll (Function)
Recursively loads in memory all the external components used in the project.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
Component (Type of variable)
The Component type is used to easily handle an external component.
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
fWrite (Function)
Writes: a character string into an external file. a memory section....
SysGetExtLink (Function)
Returns the command linked to an extension.
<Certificate variable>.ExtractExtensionValue (Function)
Returns the value of a certificate extension.
CertificateExtractExtensionValue (Function)
Returns the value of a certificate extension.
fChangeExtension (Function)
Changes the extension of a file on disk.
nWDExecute: Running a WLanguage function
Running a WLanguage function by dynamic compilation with command formatting......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
CertificateCheckFileSignatureFile (Function)
Checks the correspondence between a signature and a file. The signature was kept as an external file.
SysNbExternalStorage (Function)
Returns the number of external storage spaces found on an Android device.
The .NET 3.0, 4.0 control, ... (WPF)
The Xaml control allows you to easily manage the Xaml language......
SysMemoryExternalStorage (Function)
Returns the amount of available memory on the external storage area of the device.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
SysDirStorageCard (Function)
Returns the path of the root directory of the primary external storage space.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.