ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<DiskFile variable>.Unlock (Function)
Entirely or partially unlocks an external file.
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Stemming (Property)
The Stemming property is used to enable stemming and to define the language used for stemming in a full-text index defined through programming.
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
CtCursorOptions (Property)
The CtCursorOptions property is used to get the type of cursor used when connecting to an external database.
fFileName (Function)
Returns the name of an external file that is currently opened.
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
ComponentLocate (Function)
Specifies the access path to an external component of project.
<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.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
Accessing a database via a web service
The database can be accessed via a web service......
Native PostgreSQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to PostgreSQL......
WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls...
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
ComponentLoadAll (Function)
Recursively loads in memory all the external components used in the project.
SysStatusExternalStorage (Function)
Returns the availability status of the external storage space of the device.
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....