ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
MobileNetworkStatus (Function)
Returns the current status of the connection to data on the mobile network or asks to be notified when the status of the connection to data changes.
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
HSave (Function)
Modifies the current record if it exists, otherwise adds a new record.
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
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....
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
NbLabelCopy (Property)
The NbLabelCopy property is used to: Get the number of copies of identical labels. Change the number of copies of identical labels....
"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)...
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
TimeToString (Function)
Converts a time to a string in the specified format.
grIncreaseData (Function)
Adds a value to a data in a chart.
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
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.
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...