ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fClose (Example)
Usage example of the fClose function
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
CharactType (Function)
Returns information about the type of character.
Global and local variable
Two types of variables are available......
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
HPass (Function)
Defines the password used to create or open a data file.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
StringReverse (Function)
Reverses the characters of a string.
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
Contains (Function)
Allows you to check if a substring is within a string.
fMoveFile (Function)
Moves a file from one directory to another.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
StringInsert (Function)
Inserts a string into another character string at a given position.
OpenMobileWindow (Function)
Opens a window in a mobile application.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.