ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Upload>.FileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
<Upload>.Size (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
<Upload>.CurrentFileSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
<Table>.InputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
<zipArchive variable>.CurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
<Source>.First (Function)
Sets the position on the first record of a data file according to the specified browse item.
<Source>.RetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
MCIWindowSize (Function)
Changes the size and position of the display window of a media file previously opened (MCIOpen).
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
UploadCurrentFileSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
WEBDEV administrator: Overview
The WEBDEV administrator is a module used to manage the dynamic WEBDEV sites......
Data persistence
The data persistence is used to store the value typed by the user......
Properties of a help page
The characteristics of a help page are used to define......
Handling a chart in the editor
In the editor, a Chart control includes different sections......
6. HFSQL Cluster
HFSQL Cluster is an extension of the HFSQL Client/Server database model....
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
28. Site SEO
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
Binding a Spin control to an item
A Spin control can be bound to an item in a data file, query, etc....
First page of the project in session mode
The first page of the project is the first page in Session mode opened in the Web user's browser when a WEBDEV site in session mode starts......