ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
BackgroundImage (Property)
The ImageFond property lets you view and modify the background image of an element: window, page, field or state.
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
StringInsert (Function)
Inserts a string into another character string at a given position.
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
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....
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.
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
XMLToText (Function)
Converts a character string in XML format into a standard character string.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
Data persistence
The data persistence is used to store the value typed by the user......