ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InitRandom (Function)
Initializes the generator of random numbers.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
ExtractLine (Function)
Extracts a specific line from a character string.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
DurationToString (Function)
Converts a duration to a character string in the specified format.
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
fCompress (Function)
Compresses a file.
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
EnumerationFromName (Function)
Returns an enumeration value known by its name.
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
MatRead (Function)
Reads the value of a matrix element.
xlsClose (Function)
Closes an XLS file.
XMLPath (Function)
Returns the current position in the document in XPATH format.
fCompare (Function)
Compares the content of two files bit by bit.
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
ListView control properties
List of properties associated with the ListView control...
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....