ImageEn, unit iemview

TImageEnMView.ShowText

TImageEnMView.ShowText

Declaration

property ShowText: Boolean;

Description

If enabled, the ImageTopText, ImageBottomText and ImageInfoText are displayed.

Note: To change the default text for all items, use SetAllText.

Default: True

Example

// Hide the text
ImageEnMView1.ShowText := False;

See Also

ImageTopText
ImageBottomText
ImageInfoText
SetAllText