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....
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....
UploadCopyFile (Function)
Saves on the server 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....
11. User Macro-Code: UMC in practice
<Upload>.CopyFile (Function)
Saves on the server 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....
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
Select query description window
The description window of a select query includes several sections......
Time management
For each element (windows, reports, ......
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
MmoPackMethod (Property)
The MmoPackMethod property sets the compression mode of a MMO file (containing text and binary memos) associated with a data file.
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
Magnetic mouse: automatically moving the cursor on the default button
The mouse cursor can be automatically positioned on the default button when the window is opened......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
Error 404: The file for HFSQL browse cannot be an expression of this type
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
<Looper>.ToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
<Source>.DuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
<Source>.ExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
LooperToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
AAF: Sort/Search/Filter on the columns of Table controls