ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
inAppPurchaseProduct (Function)
Sends a request for purchasing an "In-App" product associated with the application.
LOOP statement
The statement block is repeated endlessly...
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated with the data file.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
LooperInsertLine (Function)
Inserts a row into a Looper control.
RGB (Function)
Defines a color from its Red, Green and Blue components.
Events associated with a Multimedia control
List of events associated with a Multimedia control...
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
StatVarianceP (Function)
Calculates the variance for a full series of values.
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
FinNetCurrentVal (Function)
Returns the net current value of investment.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
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.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....