ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
HSendMessageToClient (Function)
Displays a message on the client computers.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
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....
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
grSeriesColor (Function)
Initializes the color of a series or the color of a section.
grGridlines (Function)
Displays or hides the chart gridlines.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
LooperAdd (Function)
Adds a row at the end of a Looper control.
grSunburstSectionColor (Function)
Changes the color of a section in a Sunburst chart.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....