ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TimeToInteger (Function)
Converts a time to an integer.
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
IntegerPart (Function)
Returns the integer part of a number.
SocketExist (Function)
Checks the existence of socket.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
XMLAddChild (Function)
Adds a child tag into an XML document.
Val (Function)
Returns the numeric value of a character string.
Constants for managing TimeLine controls
Constants for managing TimeLine controls...
diffApply (Function)
Applies a difference buffer to a specific buffer.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
ArrayDistinct (Function)
Returns an array without duplicates.
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
HSL (Function)
Creates a color from its hue, saturation and lightness.
dBorder (Function)
Draws the borders.
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.