ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintBlock (Function)
Forces a report block to print.
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
ContactSource (Type of variable)
The ContactSource type is used to define the advanced characteristics of a source (or account) for the contacts (example: Google, Exchange, Facebook).
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
TelemetryIdentifyUser (Function)
Identifies the current user for whom the telemetry data is saved.
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
grSmoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
RegistryCreateKey (Function)
Creates a key in the Windows registry.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
dModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image found: in an Image control, in an Image variable....
grOverlayChart (Function)
Used to display two different types of charts in the same chart.
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
zipExtractFile (Example)
Usage example of the zipExtractFile function
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Constants for managing Organizer controls
Constants for managing Organizer controls...
DateTimeDifference (Function)
Calculates the difference between two dates and times.
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......