DisplayMode
Specifies whether only Text, only Glyph, both or none of them will be shown.property DisplayMode: TNxDisplayMode read FDisplayMode write SetDisplayMode default dmTextOnly;| Value | Meaning |
|---|---|
| dmImageOnly | Show only Glyph (if is not empty). |
| dmTextAndImage | Show both Glyph and Caption (in this order). |
| dmTextOnly | Show only Caption. |
| dmNone | Show nothing. |