ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dBorder (Function)
Draws the borders.
List (Variable type)
A List variable is a structured type that is used to group a set of elements of the same type.
Compilation options (chm format)
Val (Function)
Returns the numeric value of a character string.
TimeToInteger (Function)
Converts a time to an integer.
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.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
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.
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
grCategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
HSL (Function)
Creates a color from its hue, saturation and lightness.
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
StreamStop (Function)
Stops receiving or broadcasting a type of data in a stream.