ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
LoWord (Function)
Returns the two low bytes of an integer.
HiWord (Function)
Returns the two high bytes of an integer.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
BrowserType (Function)
Returns the type of browser used by the Web user.
zipNbPart (Function)
Returns the number of sub-archives (parts) of an archive in CAB, RAR, ZIP, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format.
zipSize (Function)
Returns the size of the archive (in ZIP, RAR, CAB, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
<Connection variable>.RegenerateFile (Function)
Regenerates a table from its log.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
HCreation (Function)
Creates an empty table (file extension ".FIC") with index file, full-text index file and memo file if required.
Creating an action plan
The action plans group all actions that will be performed by the software factory....
Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......