ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
grDestinationImage (Function)
Defines an Image variable as destination of a chart.
BackgroundImagePrinted (Property)
The BackgroundImagePrinted is used to: Determine if the background image of a report (form or other) should be printed. Print (or not) the background image of a report....
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last block. Change the page footer block options....
NbLabelCopy (Property)
The NbLabelCopy property is used to: Get the number of copies of identical labels. Change the number of copies of identical labels....
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
grIncreaseData (Function)
Adds a value to a data in a chart.
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
EmailChangeFolder (Function)
Modifies the current folder in the messaging software (Outlook, messaging software using the IMAP protocol, ...).
iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
iForceComplement (Function)
Forces the printing of a Body Complement block.
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
iHLine (Function)
Prints a horizontal line at specified coordinates.
iVLine (Function)
Prints a vertical line at specified coordinates.
HExtractMemo (Example)
Usage example of the HExtractMemo function
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Copying and cloning
Variables are copied using the "=" operator...