ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

User Control Center: Management of network applications
For each network application listed in the User Control Center, the "Management of network applications" section is used to......
PVTSave (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
Breadcrumb control properties
The WLanguage properties are used to handle the Breadcrumb control as well as one of its elements......
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
TreeID (Function)
Used to build the path of the elements found in a TreeView control by differentiating the duplicates.
LooperCancelSwipe (Function)
Cancels the display of the internal window displayed in a Looper control further to the row swipe.
SchedulerWorkingHour (Function)
Used to indicate the specific working hours per day in a Scheduler control.
PVTListPositionHeader (Function)
Returns all values associated with a row or column header in a Pivot Table control.
SpreadsheetStyleSelection (Function)
Returns or modifies the style of selected cells in a Spreadsheet control found in a window.
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
CollapsedImage (Property)
The CollapsedImage property is used to: find out and/or modify the default image associated with a collapsed row in a TreeView Table control. find out and/or modify the default image associated with a collapsed row in a TreeView control. find out and/or modify the image associated with a specific collapsed row in a TreeView Table control. find out and modify the image in a collapsed row of a TreeView item in a "TreeView table" type report....
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.
SearchAAF (Property)
The SearchAAF property is used to: find out whether the search via AAF is enabled on a non-editable Combo Box control, enable (or not) the search via AAF on a non-editable Combo Box control....
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
Declaring and using a variable
A variable is defined by name and type......