TdxBarItemViewLevels Type
In This Article
Enumerates available visual identifiers for an item link.
#Declaration
Delphi
TdxBarItemViewLevels = set of TdxBarItemRealViewLevel;
#Referenced Class
Type |
---|
Tdx |
#Remarks
Values include:
Value | Meaning |
---|---|
ivl |
An item link is represented by a large icon and a caption |
ivl |
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) |
ivl |
An item link is represented by a small icon and a caption |
ivl |
An item link is represented only by a small icon |
ivl |
No visual identifiers are provided for an item link |
ivl |
Reserved as an IDE bug fix |
The ivlLargeIconWithText and ivlLargeControlOnly values apply to multi-line editors only.
See Also