ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UploadDelete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TabOpen (Function)
Opens a new pane in a Dynamic Tab control.
MDI functions
List of MDI functions...
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
NameServerFile (Property)
The NameServerFile property is used to get the name of the uploaded file on the server.
List,Select,+ (External language)
Selects an element in a drop-down list or in an expanded list.
List,Select,- (External language)
Deselects an element from a drop-down list or from an expanded list.
UploadDeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
TabCloseAll (Function)
Closes all dynamic tabs of a Tab control.
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
NameBrowserFile (Property)
The NameBrowserFile property is used to get the original name of the file to upload on the user's computer....
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....
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
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.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.