TPersistent ----+ | TUnitItem ----+ | TReportPageItem
Unit:
UCWReport
(UCWReport.pas)
Constructors:
Propertys:
Methods:
constructor Create(AParent: TCWReport);
property BottomMargin : extended index 0 read GetValue write SetValue stored false;
property LeftMargin : extended index 4 read GetValue write SetValue stored false;
property Length : extended index 1 read GetValue write SetValue stored false;
property Orientation : TPrinterOrientation read FOrientation write SetOrientation;
property PaperSize : TPaperSize read GetPaperSize write SetPaperSize;
property RightMargin : extended index 5 read GetValue write SetValue stored false;
property HorzRuler : boolean read FHorzRuler write SetHorzRuler default true;
property VertRuler : boolean read FVertRuler write SetVertRuler default true;
property TopMargin : extended index 2 read GetValue write SetValue stored false;
property Width : extended index 3 read GetValue write SetValue stored false;
procedure SetParentSizes; override;
procedure SetUnits(Value : TUnit); override;
procedure ReadValues(Reader : TReader); override;
procedure WriteValues(Writer : TWriter); override;