ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
ERR_CANNOT_OPEN_FILE
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).
fLock (Function)
Entirely or partially locks an external file.
<DiskFile variable>.Lock (Function)
Entirely or partially locks an external file.
<DiskFile variable>.Unlock (Function)
Entirely or partially unlocks an external file.
Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution of the project, its schedule, ......
ComponentLocate (Function)
Specifies the access path to an external component of project.
fSeek (Function)
Gets and sets current position in an external file.
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
<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>.Seek (Function)
Gets and sets current position in an external file.
xxWDGetReturnValue
Used to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx......
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......
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, ...).
<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, ...).
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
Removing a project from the SCM (Source Code Manager)
SysStatusExternalStorage (Function)
Returns the availability status of the external storage space of the device.
1. Examples provided with WINDEV Mobile
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
fWrite (Function)
Writes: a character string into an external file. a memory section....