ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Twain constants
List of constants used by the Twain functions....
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
InitParameter (Function)
Initializes the management of persistent values.
Functions for managing multiple languages
Functions for managing multiple languages...
TableSortedColumn (Function)
Returns the list of sorted columns found in a Table control.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
WindowBitmap (Function)
Creates the image of the specified window in a BMP file.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
StringBuild (Function)
Builds a character string from an initial string and parameters.
TableMode (Function)
TableMode is kept for backward compatibility.
Asc (Function)
Returns the ASCII code of the specified character.
ArraySort (Function)
Sorts a WLanguage array.
ChangeKeyboard (Function)
Gets or sets the language associated with the keyboard.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....