ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Android Widget windows
An Android application can contain one or more Widget windows...
Query
The keyword "Query" is used to describe:
SQLExec (Function)
Names and runs an SQL query.
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
FileSize (Property)
The FileSize property is used to get the size of a file.
gglPath (Type of variable)
The gglPath type is used to define the characteristics of the route to drawn on a map...
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
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....
Sum (Function)
Calculates the sum of the array elements.
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
Continent (Type of variable)
The Continent type is used to find out the characteristics of a continent.
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.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
RGB (Function)
Defines a color from its Red, Green and Blue components.
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
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.
FinNetCurrentVal (Function)
Returns the net current value of investment.
DateToInteger (Function)
Converts a date to an integer.
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.