ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDTrans: Overview
WDTrans is a tool for canceling transactions......
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
grDestinationImage (Function)
Defines an Image variable as destination of a chart.
HSave (Function)
Modifies the current record if it exists, otherwise adds a new record.
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
Collapsing/Expanding a TreeView control through programming
...To collapse/expand a TreeView control through programming, ......
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Window controls
Several types of controls can be used in a window, ......
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
eChangeCurrency (Function)
Converts a currency into another currency.
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
InitialAnimation (Property)
The InitialAnimation property determines whether the animation of an Image, Button, Static or Carousel control is enabled when the control is created.
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
ComboOpen (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......