|
|
|
|
|
Properties associated with a TreeMap element
The following properties can be used with an element of a TreeMap control:
| | Caption | In a database, the Caption property is used to:- Find out the caption associated with a file item.
- Find out the caption associated with a data file.
- Find out and modify the connection caption.
In a report, the Caption property is used to: - Find out the text displayed in a Static or Link control.
- Modify the text displayed in a Static or Link control.
In a window or page, the Caption property is also used to: - Find out and modify the caption of a control found in a window or in a page.
- Find out and modify the caption of a menu option.
- Find out and modify the title of a window or page.
- Find out the content of a Breadcrumb control.
| Color | The Color property gets or sets the font color of:- a Font variable.
- text displayed in a Static or Calculated control of a report.
- text displayed in a window control.
- text displayed in a page control.
| DisplayEnabled | The DisplayEnabled property is used to:- determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly.
- refresh a control or window.
| Note | The Note property is used to:- Find out the notes associated with a control, a window, a page or a report.
- Modify the notes associated with a control, a window a page or a report.
| ParallaxRateHeight | The ParallaxRateHeight property is used to determine and specify how fast a control is reduced when the scrollbar in the window, internal window or page moves. | ParallaxRateY | The ParallaxRateY property is used to determine and specify how fast a control moves when the scrollbar in the window, internal window or page moves. | SubCaption | The property SubTitle property allows you to view and modify: - the secondary caption of an option found in a Radio Button or Check Box control.
- the secondary caption of an element found in a TreeMap control.
| ToolTip | The ToolTip property gets and sets the text displayed in a tooltip. This tooltip can be associated with: - a control in a window or page,
New in SaaSa control in a report. In this case, the tooltip will only be visible in the report viewer. Note: This feature is only available from WINDEV Suite SaaS 2025 Update 3.
| Value | The Value property is used to:- Find out and modify the value of a report control.
- Find out and modify the value of a control or the title of a window.
- Find out the identifier of a stream.
- Find out and modify the value of a control or the title of a page.
| Weight | The Weight property is used to manage the weight of an element in a TreeMap control. | WinEditAllowed | The WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode. |
Note: To manipulate an element of a TreeMap control with WLanguage properties, use the notation: <TreeMap control>[Element index].<Property>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|