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

TZReportControl

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

Declaration

Source position: zreport.pas line 90

type TZReportControl = class(TCustomControl)

protected

  procedure Paint; override;

  

  procedure SetName(); override;

  

  procedure SetParent(); override;

  

  procedure Draw; dynamic;

  

  function CharSize;

  

  procedure AdjustBounds; dynamic;

  

  procedure AlignBounds; dynamic;

  

  procedure RequestBounds; dynamic;

  

  procedure UpdateBounds;

  

  procedure Prepare; dynamic;

  

  procedure Unprepare; dynamic;

  

  procedure PrintString();

  

  procedure DoBeforePrint; dynamic;

  

  procedure DoAfterPrint; dynamic;

  

  procedure DoPrint(); dynamic;

  

  property IsPrinting: Boolean; [r]

  

  property IsUpdating: Boolean; [r]

  

  property BeforePrint: TZRBeforePrintEvent; [rw]

  

  property AfterPrint: TZRAfterPrintEvent; [rw]

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure SetBounds(); override;

  

  function FramedWidth;

  

  function FramedHeight;

  

  function FramedClientRect;

  

  property Band: TZRCustomBand; [r]

  

  property Report: TZReport; [r]

  

  property Right: Integer; [rs]

  

  property Bottom: Integer; [rs]

  

  property Align: TZRAlign; [rw]

  

  property FontStyles: TZRFontStyles; [rw]

  

  property Enabled: Boolean; [rw]

  

  property Visible: Boolean; [rw]

  

  property Frame: TZRFrame; [rw]

  

published

  property Left: Integer; [rw]

  

  property Top: Integer; [rw]

  

  property Width: Integer; [rw]

  

  property Height: Integer; [rw]

  

end;

Inheritance

TZReportControl

  

|

TObject



CT Web help

CodeTyphon Studio