Developer

DisplayMode

Specifies whether only Text, only Glyph, both or none of them will be shown.

property DisplayMode: TNxDisplayMode read FDisplayMode write SetDisplayMode default dmTextOnly;




Values
ValueMeaning
dmImageOnlyShow only Glyph (if is not empty).
dmTextAndImageShow both Glyph and Caption (in this order).
dmTextOnlyShow only Caption.
dmNoneShow nothing.

See also