Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
DSBossen
Posted - Dec 31 2025 : 11:59:27 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);