ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CallDLL32 (Function)
Runs a function found in an external DLL.
API (Function)
Runs a function found in an external DLL.
<Variable DiskFile>Create (Function)
Creates an external file.
8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc....
Error 1013: The access to the member of the class is restricted by a protected inheritance
11. External component
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
fFileExist (Function)
Checks the existence of an external file.
HDescribeConnection (Function)
Describes a new connection to an external database.
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
fLock (Function)
Entirely or partially locks an external file.
<DiskFile variable>.Lock (Function)
Entirely or partially locks an external file.
fUnlock (Function)
Entirely or partially unlocks an external file.
<DiskFile variable>.Unlock (Function)
Entirely or partially unlocks an external file.
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
ComponentLocate (Function)
Specifies the access path to an external component of project.
fFileName (Function)
Returns the name of an external file that is currently opened.
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
<Component>.Load (Function)
Loads an external component independent of the current project.
<DiskFile variable>.FileName (Function)
Returns the name of an external file currently open.
<DiskFile variable>.Seek (Function)
Gets and sets current position in an external file.
fSeek (Function)
Gets and sets current position in an external file.
GDI+ framework
Some WINDEV features use the GDI+ framework......
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
1
2
3
4
5
6
47
>