ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
SQLReqExists (Function)
Checks the existence of a query.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
HIndex (Function)
Rebuilds the file index (".NDX" file).
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
Connection (Variable type)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
New (Reserved word)
New is used to allocate memory space...
StringReverse (Function)
Reverses the characters of a string.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
fFileName (Function)
Returns the name of an external file that is currently opened.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
SQLChangeConnection (Function)
Modifies the current connection.
Creating the Relation pages of a WEBDEV RAD pattern
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......