ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

grLabelFont (Function)
Modifies the font used for the category labels of a chart.
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
HAdd (Function)
Adds: 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)....
grZoom (Function)
Defines the zoom of a chart.
RedisPipelineGet (Function)
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd.
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
RedisPipelineReset (Function)
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd.
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
<Array>.Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
<Array>.SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
gglNotification (Type of variable)
The gglNotification type is used to define information about event notifications in a calendar.
<Source>.ExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
Principle for running threads
At runtime, an application runs in a main thread......
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....
HInfoGroup (Function)
Returns information about the specified group of users.
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
HClusterParameter (Function)
Reads and modifies the parameters of an HFSQL cluster.
DriveCreateFile (Function)
Creates a file on the remote disk.
DriveDeleteDirectory (Function)
Deletes a directory (and the files it contains) on an Drive (remote disk).
<Variable Drive>RetrieveDirectory (Function)
Retrieves a directory (and its files) from an Drive (remote disk) and saves it on the user's workstation....
fCurrentDir (Function)
Identifies or modifies the current directory.
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.