ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
WDInst: components and setup models
By default, the setup program installs all the specified files on the setup computer......
Query
The keyword "Query" is used to describe:
The planes (in a window or in a report)
The planes are used to group the window controls......
FileSize (Property)
The FileSize property is used to get the size of a file.
<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)....
Effect (Property)
Use in the GuidedVisitStage class - Access in get + Write - Type: Integer32
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.
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.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
Continent (Type of variable)
The Continent type is used to find out the characteristics of a continent.
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.
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....
fCurrentDir (Function)
Identifies or modifies the current directory.
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.
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.