ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
19. Upload: Sending files to the server
<Image>.Fill (Function)
Colors an area in an Image control.
<Upload>.DeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
<Source>.ChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
UploadDeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
REP files
REP files contain the list of data files handled by the application....
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
<Source>.Close (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
<Table>.ToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
<Table>.SelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multi-selection Table control based on a data file.
7. HFSQL: files physically created
<mongoGridFS variable>.ListFile (Function)
Retrieves the list of MongoDB files found in the MongoDB file system (gridFS).
MongoGridFSListFile (Function)
Retrieves the list of MongoDB files found in the MongoDB file system (gridFS).
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
<Table>.ToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
AAF: Sort/Search/Filter on the columns of Table controls
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
1
2
3
4
5
6
215
>