When I run this code and hit LoadFromFile it gives an error
"PdfViewer not Active" cannot find a way to activate.
How to you Active it?
Source := FldSource.Text;
FileName := Source + '\*.PDF';
if FindFirst(FileName,faAnyFile,F) = 0 then
begin
// ImageEnView1.;
ImageEnView1.PdfViewer.LoadFromFile(F.Name);
Thanks
DS Bossen
Donald S Bossen