ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.ImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
fClose (Function)
Closes an external file.
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
<Toast>.Display (Function)
Displays a "Toast" message.
GenerationNumber (Property)
The GenerationNumber property is used to get the generation number of the physical data file associated with the logical data file.
AttachPointAdd (Function)
Defines an attach point for one of the two extremities of a Wire control.
Windows event management functions
List of functions for managing Windows events...
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
Printing in PDF format: Special cases
Specific features of print in PDF format...
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
Link functions (prefix syntax)
Link functions are used to link the interface with the data files (and vice versa)....
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
fCreate (Function)
Creates an external file.
<Source>.ImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
<Source>.LockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
MmoPackMethod (Property)
The MmoPackMethod property sets the compression mode of a MMO file (containing text and binary memos) associated with a data file.
fRename (Function)
Modifies the name of a file.