TIEMTextPos
Declaration
TIEMTextPos = (iemtpTop, iemtpBottom, iemtpInfo);
Description
Possible values for TIEMText Pos:
| Value | Description |
| iemtpTop | Above the text/Top of the thumbnail |
| iemtpBottom | Below the text/Bottom of the thumbnail |
| iemtpInfo | Below the text/Above iemtpBottom |
Example
procedure TForm1.IEFolderMViewGetText(Sender: TObject; Index: Integer; Position: TIEMTextPos; var Text: WideString);
begin
if Position = iemtpTop then
Text := ExtractFileName( ImageEnMView1.ImageFilename[ Index ] );
end;
See Also
◼OnGetText
◼ImageTopText
◼ImageInfoText
◼ImageBottomText