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
Example
// 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