Declaration
procedure SetAllText(TopText : TIEImageEnMViewDefaultText;
InfoText : TIEImageEnMViewDefaultText;
BottomText : TIEImageEnMViewDefaultText);
Description
Set the values for
ImageTopText,
ImageInfoText and
ImageBottomText.
Note: To hide all text, use
ShowText
// Show only the filename
ImageEnMView1.SetAllText( iedtNone, iedtNone, iedtFileName );
// Hide all text. This is the same as setting ImageEnMView1.ShowText := False;
ImageEnMView1.SetAllText( iedtNone, iedtNone, iedtNone );
See Also
◼DefaultTopText
◼DefaultInfoText
◼DefaultBottomText
◼OnGetText
◼OnGetTextEx
◼ShowText