Unit 'ZRPrntr' Package
[Overview][Constants][Types][Classes][Index] [#pl_zreport]

IZReport

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: zrprntr.pas line 101

type IZReport = interface

  function GetOptions;

  

  procedure SetOptions();

  

  function GetTitle;

  

  procedure SetTitle();

  

  function GetFont;

  

  procedure SetFont();

  

  function GetFileName;

  

  function GetPageWidth;

  

  function GetPageHeight;

  

  function GetPrinter;

  

  procedure SetPrinter();

  

  function IsPrinting;

  

  procedure Preview;

  

  procedure Print;

  

  procedure PrintStart;

  

  procedure PrintFinish;

  

  property Font: TFont; [rw]

  

  property Options: TZReportOptions; [rw]

  

  property Title: string; [rw]

  

  property FileName: string; [r]

  

  property Printer: TZRPrinter; [r]

  

  property PageWidth: Integer; [r]

  

  property PageHeight: Integer; [r]

  

end;

Inheritance

IZReport

  

|

IInterface



CT Web help

CodeTyphon Studio