vcl-dxbar-bf326072.md
Enumerates available visual identifiers for an item link.
TdxBarItemViewLevels = set of TdxBarItemRealViewLevel;
| Type |
|---|
| TdxBarItemRealViewLevel |
Values include:
| Value | Meaning |
|---|---|
| ivlLargeIconWithText | An item link is represented by a large icon and a caption |
| ivlLargeControlOnly | An item link is represented by a control that occupies the maximum possible height (used in multi-line editors to maximize the number of lines/items displayed) |
| ivlSmallIconWithText | An item link is represented by a small icon and a caption |
| ivlSmallIcon | An item link is represented only by a small icon |
| ivlControlOnly | No visual identifiers are provided for an item link |
| ivlDefault | Reserved as an IDE bug fix |
The ivlLargeIconWithText and ivlLargeControlOnly values apply to multi-line editors only.
See Also