[Overview][Classes][Index] Reference for unit 'u_reports_components' (#lazextcomponents)

TFWPrintGrid

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

Declaration

Source position: u_reports_components.pas line 97

type TFWPrintGrid = class(TFWPrint)

protected

  procedure Notification(); override;

  

  procedure SetCreateReport(); virtual;

  

public

  constructor Create(); override;

  

  procedure Click; override;

  

  procedure CreateAReport(); virtual;

  

published

  property DBGrid: TCustomDBGrid; [rw]

  

  property Filter: TRLCustomPrintFilter; [rw]

  

  property DBTitle: String; [rw]

  

  property Preview: TRLPreview; [rw]

  

  property Report: TRLReport; [rw]

  

  property CreateReport: Boolean; [rw]

  

end;

Inheritance

TFWPrintGrid

  

|

TFWPrint

?

TObject