Unit 'LR_PGrid' Package
[Overview][Types][Classes][Index] [#lz_report]

TfrPrintGrid

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

Declaration

Source position: lr_pgrid.pas line 45

type TfrPrintGrid = class(TComponent)

protected

  procedure Notification(); override;

  

  procedure SetupColumns;

  

  function FindBand();

  

  procedure ReplaceTemplate();

  

  procedure FindFreeSpace();

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure PreviewReport;

  

published

  property DBGrid: TCustomDBGrid; [rw]

  

  property Orientation: TPrinterOrientation; [rw]

  

  property Font: TFont; [rw]

  

  property TitleFont: TFont; [rw]

  

  property Caption: string; [rw]

  

  property Template: string; [rw]

  

  property PrinterIndex: Integer; [rw]

  

  property ShowCaption: Boolean; [rw]

  

  property ShowHeaderOnAllPage: Boolean; [rw]

  

  property ShowProgress: Boolean; [rw]

  

  property OnSetupColumn: TSetupColumnEvent; [rw]

  

  property OnGetValue: TDetailEvent; [rw]

  

  property OnFinalSetup: TFinalSetupEvent; [rw]

  

end;

Inheritance

TfrPrintGrid

  

|

TObject



CT Web help

CodeTyphon Studio