ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Indirection operators
Operators { and operators } operators are used to access a field, variable, class member or table item by dynamically constructing the name of the field, variable, class member or item...
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
DashSaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
Dashboard control functions
The list of functions for managing Dashboard controls is as follows......
fDelete (Function)
Deletes a file accessible from the current computer.
pdfPage (Type of variable)
The pdfPage type is used to define all the advanced characteristics of a page from a PDF document loaded in memory.
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
FBStopSession (Function)
Stops the Facebook session that was started by FBStartSession.
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or programmatically. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or programmatically. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
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....
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......