ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDInst: components and setup models
By default, the setup program installs all the specified files on the setup computer......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
<PDF Reader>.SeekFirst (Function)
Initializes the search for a text in a PDF file displayed by the PDF Reader control and positions on the first occurrence found (from the current page).
Functions for managing the Combinations and Enumerations
File (Property)
The File property is used to manage the files a functionality applies to.
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
List of extension attributes
The list of extension attributes ......
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
Error 1055: 'Ancestor' can only be used in the code of a class derived from a class
Remote WEBDEV administrator: Managing statistics
The remote WEBDEV administrator proposes a module for consulting the statistics regarding the traffic of your dynamic WEBDEV sites (standard and AWP) and Webservices deployed on a WEBDEV Application Server....
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
<Source>.FromWindow (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Access rights to a class property
A property is a code element that includes two processes......
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
Configuration of Apache 2.4 server
WEBDEV Development: Configuration of the Apache 2.4.x server for the CGI protocol and for WEBDEV sites....
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Programming an indexed control
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
Using Kotlin code
Kotlin is a programming language mainly used for Android development......