ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
Composite variable
A composite variable contains different types of elements (members)...
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
The Site Map control
The Site Map control allows the Web user to......
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, tables displayed in a Combo Box control....
dbgSaveDebugDump (Function)
Saves a dump file of the application.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
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.
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)....
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
StatAverage (Example)
Usage example of the StatAverage function