ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gglPath (Type of variable)
The gglPath type is used to define the characteristics of the route to drawn on a map...
StartTotalRange (Property)
The StartTotalRange property is used to: get the first date or time that will be displayed in a Scheduler or TimeLine control. change the first time that can be displayed in a TimeLine control....
EndTotalRange (Property)
The EndTotalRange property is used to: get the last date or time that can be displayed in a Scheduler or TimeLine control. change the last time that can be displayed in a TimeLine control....
MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
MapInfoPosition (Function)
Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude and longitude).
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
MobileNetworkConnectionInfo (Function)
Returns information regarding the current connection to data on the mobile network.
gToText (Function)
Deletes the graphic elements from a character string that uses gStoredValue, gImage, ...
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)....
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
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....
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
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.
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....