ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Multimedia control
The Multimedia control is used to play multimedia files......
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
WINDEV: Example of programmed Drag and Drop
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
HIndex (Function)
Rebuilds the file index (".NDX" file).
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.