ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
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)....
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Open (Function)
Opens a modal WINDEV window.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
WINDEV: Example of programmed Drag and Drop
PDF file management functions
...PDF file functions...
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
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.
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....
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
The Multimedia control
The Multimedia control is used to play multimedia files......
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
HIndex (Function)
Rebuilds the file index (".NDX" file).
zipCreate (Function)
Creates an archive.
ActionBarSearchVisible (Function)
Allows you to get and change the visibility status of the search control associated with the Action Bar in the current window.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....