ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
ChronoReset (Function)
Stops and resets a running stopwatch.
WINDEV: Example of programmed Drag and Drop
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
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....
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
The Multimedia control
The Multimedia control is used to play multimedia files......
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.