ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
LoWord (Function)
Returns the two low bytes of an integer.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
HiWord (Function)
Returns the two high bytes of an integer.
MatExist (Function)
Checks the whether the matrix exists in memory.
BrowserType (Function)
Returns the type of browser used by the Web user.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
MultimediaVolume (Function)
Returns or modifies the sound volume of the media file played in a Multimedia control.
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.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
iInitInternalReport (Function)
Initializes the parameters of an internal report used by a report.
Manipulating a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
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).
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run on a mobile device (phone or tablet)....
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......