ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
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).
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Organization chart linked to a data file
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
SysIconAdd (Example)
Usage example of the SysIconAdd function
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
GuidedTour (Type of Variable)
The GuidedTour type allows you to define all the advanced characteristics of a guided tour and its stages.
StatCovariance (Function)
Calculates the covariance between two series of values.
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......