ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing the remote accesses
The remote accesses are used to create a temporary network connection...
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Reserved WEBDEV Application Server - License Agreement
Reserved WEBDEV Application Server - License Agreement...
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
DateLastAccessed (Property)
The DateLastAccessed property gets the date the file was last accessed.
FTPName (Function)
Returns the name of the last file accessed by an FTP function.
WITH
Factorizes the expression of an element on which several subelements or properties are accessed.
Native Access to SAP
SAP is a widely used ERP......
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a table accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
PublicationDate (Property)
The PublicationDate property is used to get the date an element was last accessed.
13. 3-Tier architecture
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......