|
<< Click to display table of contents >> Version history |
The functionality of TRVWidget has been extended:
•Added the ability to collapse the widget into a single-row toolbar with buttons (new properties: Expanded, AutoCollapse, ExpandButton, ExpandedHeight).
•Extended paragraph formatting features. New pages were added for editing indents, spacing, line height, heading level, background, and borders. New property: TRVControlPanel.UnitsDisplay.
•Added the ability to hide some parts of TRVWidget: new OptionalContent property.
•Added the ability to customize styles used by TRVWidget: new StyleLookups property.
The default value of TRVWidget.MainTabView has been changed to Switch.
New component
TRVActionButton – a button with an SVG image. Unlike TRVSVGPathButton, TRVActionButton uses images from a predefined set that can be synchronized with actions.
Actions
Added actions for editing text and paragraph properties in the editor, and an action for expanding and collapsing TRVWidget.
These actions must be added to the TActionList assigned to the ActionList property of the TRVControlPanel component. They work with the editor assigned to TRVControlPanel.Editor.
All such actions can be disabled using the TRVControlPanel.ActionsEnabled property.