Code minor suggestion for WPViewPDF.pas

  • Hi,

    I really appreciate your nice component for viewing PDF files. It rocks!

    I have a little suggestion for:
    function WPViewPDFLoadDLL(DLLName: string): Boolean;

    The result is always FALSE.
    I use this function to check that the DLL is correctly loaded, so I always add Result := True; (near line 1232) when you bring new updates.
    Is it possible for you to add this "Result := True;" command to future updates?

    Thanks,

    gui