ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
MCIExecute (Function)
Runs an MCI command (Media Control Interface).
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
DomoOpen (Function)
Used to establish a connection with a X10 interface.
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.
<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.
Help editor options
The options of the help editor ("Display......
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......
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
ComponentLoadAll (Function)
Recursively loads in memory all the external components used in the project.
NetListIPAddress (Function)
Returns the list of IP addresses (Internet Protocol) for a computer.
SysStatusExternalStorage (Function)
Returns the availability status of the external storage space of the device.
COMObject (Type of variable)
The COMObject type is used to represent an interface of a COM object.
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.
AddFavorite (Function)
Adds an Internet address into the list of favorites for the Web user.
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....