ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Managing emails
WINDEV includes multiple methods to manage emails...
EditTokenCount (Function)
Returns the number of tokens present in a "Text token" Edit control.
Token
The Token keyword can correspond to...
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
URIGetInfo (Function)
Retrieves information of a URI resource.
Types of Edit controls
<Edit>.InsertToken (Function)
Inserts a token into a "Text token" Edit control.
<Edit>.AddToken (Function)
Adds a token to a "Text token" Edit control.
12. Control templates
...Control templates...
10. UMC: User Macro-Code
EditInsertToken (Function)
Inserts a token into a "Text token" Edit control.
14. Generation modes
Generation modes...
2. Transferring files via FTP
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
3. Managing sockets
WINDEV includes advanced socket management functions....
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
9. Generation modes
WINDEV Mobile includes different types of generation......
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
3. Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
14. Report templates
Report templates...
1. WINDEV editors
WINDEV editors...
<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....
<Upload>.CurrentFile (Function)
Indicates the file currently uploaded via the Upload control.
<Upload>.Start (Function)
Starts sending the selected files into an Upload control.