ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
<Source>.ChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
<Connection variable>.InfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
tapiLineDial (Function)
Dials a phone number for a voice line and chooses the device to use.
HInfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
hScheduling (Type of variable)
The hScheduling type is used to define and find out the characteristics of the scheduling that must be performed: for a scheduled optimization task of HFSQL Client/Server files. for a scheduled backup task of HFSQL Client/Server files. for a scheduled replication of HFSQL servers....
WEBDEV Account Manager
WEBDEV Account Manager allows you to easily host websites developed with WEBDEV......
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data file......
4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
10. Embedded queries
10. Embedded queries
The controls from a window can be linked to a data file or existing query, ......
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
TaskReset (Function)
Reinitializes the Task structure.
2. Variables
WEBDEV Tutorial - WLanguage basics Lesson 2 - Variables - 20 min
Resizing a window (AAF)
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
Testing a project: setting
By testing the project you can simulate how the application will run......