ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
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.
fFileName (Function)
Returns the name of an external file that is currently opened.
<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.
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
HCompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
Handling an Upload control through programming
The Upload control is used to upload one or more files....
<Source>.CompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
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....
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......