Unit for Zoom Settings
Hi
What unit do i have to declare in my Uses section for the following to work:
PreviewFormSettings.ZoomSetting := zsWholePage;
I have had a problem before in trying to identify what units are required
for various settings. It would be very beneficial if the Help file
identified which Unit is required for every property / method. Failing that
any chance of a Tech Tip giving some guidance.
Regards
Tim Murfitt
What unit do i have to declare in my Uses section for the following to work:
PreviewFormSettings.ZoomSetting := zsWholePage;
I have had a problem before in trying to identify what units are required
for various settings. It would be very beneficial if the Help file
identified which Unit is required for every property / method. Failing that
any chance of a Tech Tip giving some guidance.
Regards
Tim Murfitt
This discussion has been closed.
Comments
You need to add ppTypes to your uses clause.
Pretty much all of the ReportBuilder specific types are located in the
ppTypes.pas file. An easy way to be sure is to do a Search | Find In Files
from the Delphi IDE with the search directory set to RBuilder\Source.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com