ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Structure (Type of variable)
A structure is a custom type of data...
<Spreadsheet>.DeleteWorksheet (Function)
Deletes a worksheet from a Spreadsheet control found in a window.
<TreeView Table>.ChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
<zipArchive variable>.ExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
<Spreadsheet>.MoveWorksheet (Function)
Moves a worksheet within a Spreadsheet control in a window.
<Map>.DeleteImage (Function)
Deletes an image drawn on the map displayed in a Map control.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
<Dashboard>.Display (Function)
Refreshes elements in a Dashboard control.
<Spreadsheet>.GetFormula (Function)
Retrieves the calculation formula of a cell found in a Spreadsheet control of a window.
<Spreadsheet>.AddFormula (Function)
Adds a calculation formula into a Spreadsheet control found in a window.
<zipArchive variable>.FileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
Discover all the possibilities of pivot tables
Aliases on data files: HAlias
The aliases are used to handle......
<xlsDocument variable>.MergeCell (Function)
Merges the specified cells in an Excel document.
<xlsDocument variable>.UnmergeCell (Function)
Unmerges a given cell.
HOpen (Function)
Opens a data file.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
PageParameter (Function)
Returns the value of a parameter passed to the current page.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
<Spreadsheet>.GetMerge (Function)
Used to find out whether a cell is merged with other cells and to get the name of merged cells.
SpreadsheetMoveWorksheet (Function)
Moves a worksheet within a Spreadsheet control in a window.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
<Table>.AddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
xlsMergeCell (Function)
Merges the specified cells in an Excel document.